aboutsummaryrefslogtreecommitdiff
path: root/emulators/vgba-bin
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-01 23:07:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-01 23:07:16 +0000
commit3c6e1f4e3db273a223896462ef26acbd9d879898 (patch)
tree0caff52c193aee8848586b259139e6bd3dd6c2bc /emulators/vgba-bin
parent5c73e56d904aa87424074cfa96e804b35e9581fa (diff)
downloadports-3c6e1f4e3db273a223896462ef26acbd9d879898.tar.gz
ports-3c6e1f4e3db273a223896462ef26acbd9d879898.zip
- Add missing depends
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=407784
Diffstat (limited to 'emulators/vgba-bin')
-rw-r--r--emulators/vgba-bin/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile
index ef834fef9f45..12ef51e3839f 100644
--- a/emulators/vgba-bin/Makefile
+++ b/emulators/vgba-bin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vgba
PORTVERSION= 3.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= emulators
MASTER_SITES= http://fms.komkon.org/VGBA/
PKGNAMESUFFIX= -bin
@@ -13,11 +13,13 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Emulator of Nintendo GameBoy Advance(TM)
-LIB_DEPENDS= libc.so.5:${PORTSDIR}/misc/compat5x
+LIB_DEPENDS= libc.so.5:${PORTSDIR}/misc/compat5x \
+ libm.so.2:${PORTSDIR}/misc/compat4x
ONLY_FOR_ARCHS= i386
NO_BUILD= no
NO_WRKSUBDIR= no
+USE_XORG= x11 xext
PLIST_FILES= bin/vgba
PORTDOCS= VGBA.html
@@ -26,6 +28,9 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vgba ${STAGEDIR}${PREFIX}/bin
+ ldd ${WRKSRC}/vgba
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/VGBA.html ${STAGEDIR}${DOCSDIR}