aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-11-20 04:49:31 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-11-20 04:49:31 +0800
commitc7e4980ffe4b5ecfdfe4cd67cf62bd038a3456c5 (patch)
tree1f572820fa1b2e35964f2b3d4900a6a27686d783 /emulators
parenta63eec8f39819230e97bd4f8d1f1182e59d3de5e (diff)
downloadfreebsd-ports-gnome-c7e4980ffe4b5ecfdfe4cd67cf62bd038a3456c5.tar.gz
freebsd-ports-gnome-c7e4980ffe4b5ecfdfe4cd67cf62bd038a3456c5.tar.zst
freebsd-ports-gnome-c7e4980ffe4b5ecfdfe4cd67cf62bd038a3456c5.zip
- Add LICENSE_FILE
- Switch to options helpers
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gnuboy/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile
index db9f93ccd5cf..f9db1e6c15cb 100644
--- a/emulators/gnuboy/Makefile
+++ b/emulators/gnuboy/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Nintendo GameBoy emulator
LICENSE= GPLv2 # (or later)
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libvga.so:${PORTSDIR}/graphics/svgalib
@@ -38,6 +39,8 @@ do-install:
.for i in sdlgnuboy sgnuboy xgnuboy
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${i} ${STAGEDIR}${PREFIX}/bin)
.endfor
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/docs && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR})