aboutsummaryrefslogtreecommitdiff
path: root/emulators/vgb-bin
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-31 21:46:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-31 21:46:11 +0000
commit2146c13bb48bb580634097acc4ce16c61eeb1942 (patch)
tree5a3115a1ac000ec62e25713a0e58ba63a287ba47 /emulators/vgb-bin
parent1d0fff7dfd7efd685c2e7e35134ec969202a71fa (diff)
downloadports-2146c13bb48bb580634097acc4ce16c61eeb1942.tar.gz
ports-2146c13bb48bb580634097acc4ce16c61eeb1942.zip
- Add missing USE_XORG
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=407666
Diffstat (limited to 'emulators/vgb-bin')
-rw-r--r--emulators/vgb-bin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile
index 9ba65be19a25..d8950f61d7b8 100644
--- a/emulators/vgb-bin/Makefile
+++ b/emulators/vgb-bin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vgb
PORTVERSION= 3.0
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= http://fms.komkon.org/VGB/
@@ -19,6 +19,7 @@ LIB_DEPENDS= libc.so.5:${PORTSDIR}/misc/compat5x
IA32_BINARY_PORT= yes
NO_BUILD= no
NO_WRKSUBDIR= no
+USE_XORG= x11 xext
PLIST_FILES= bin/vgb
PORTDATA= CART.GB
@@ -30,6 +31,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vgb ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/CART.GB ${STAGEDIR}${DATADIR}
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/VGB.html ${STAGEDIR}${DOCSDIR}