aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/synaesthesia/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-02-07 19:56:36 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-02-07 19:56:36 +0800
commit6c4a6b7dcb9402081225cf1721833aad199f25ae (patch)
tree346b38d096e3209a43f42efac9214b2e22cacdc0 /graphics/synaesthesia/Makefile
parent9dcfca402015c85dea5b1874fcad2f356a8cc7a4 (diff)
downloadfreebsd-ports-gnome-6c4a6b7dcb9402081225cf1721833aad199f25ae.tar.gz
freebsd-ports-gnome-6c4a6b7dcb9402081225cf1721833aad199f25ae.tar.zst
freebsd-ports-gnome-6c4a6b7dcb9402081225cf1721833aad199f25ae.zip
- Clarify LICENSE
- Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch`
Diffstat (limited to 'graphics/synaesthesia/Makefile')
-rw-r--r--graphics/synaesthesia/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile
index 0a4d552bbe6f..1d84f84518b5 100644
--- a/graphics/synaesthesia/Makefile
+++ b/graphics/synaesthesia/Makefile
@@ -10,14 +10,15 @@ MASTER_SITES= http://www.logarithmic.net/pfh-files/synaesthesia/
MAINTAINER= ports@FreeBSD.org
COMMENT= Real-time graphical music representation program
-LICENSE= GPLv2
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= alias gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE}
USE_SDL= sdl
-PORTDOCS= README
+PORTDOCS= *
PLIST_FILES= bin/${PORTNAME}
OPTIONS_DEFINE= DOCS
@@ -28,7 +29,9 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>