diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-01 23:07:16 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-01 23:07:16 +0000 |
commit | 3c6e1f4e3db273a223896462ef26acbd9d879898 (patch) | |
tree | 0caff52c193aee8848586b259139e6bd3dd6c2bc /emulators | |
parent | 5c73e56d904aa87424074cfa96e804b35e9581fa (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vgba-bin/Makefile | 9 |
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} |