aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-01-04 02:11:08 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-01-04 02:11:08 +0800
commit968155b3a05baf28c78388006b671815e709b985 (patch)
treed6c9b753308f8f169dacd5f443ba5fea1c48b91f /misc
parentc8d9e3a20208e80850a4354a4875b0f225553bc0 (diff)
downloadfreebsd-ports-gnome-968155b3a05baf28c78388006b671815e709b985.tar.gz
freebsd-ports-gnome-968155b3a05baf28c78388006b671815e709b985.tar.zst
freebsd-ports-gnome-968155b3a05baf28c78388006b671815e709b985.zip
- Clarify LICENSE
- Add LICENSE_FILE - Switch to options helpers
Diffstat (limited to 'misc')
-rw-r--r--misc/geekcode/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/geekcode/Makefile b/misc/geekcode/Makefile
index 9c1eef3a9b1b..02863f4f3c56 100644
--- a/misc/geekcode/Makefile
+++ b/misc/geekcode/Makefile
@@ -9,15 +9,20 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Geek Code Generator
-LICENSE= GPLv2
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
PLIST_FILES= bin/geekcode
PORTDOCS= geekcode.txt
+OPTIONS_DEFINE= DOCS
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/geekcode.txt ${STAGEDIR}${DOCSDIR}