summaryrefslogtreecommitdiffstats
path: root/emulators/vgb-bin/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2005-04-03 19:44:24 +0000
committerlioux <lioux@FreeBSD.org>2005-04-03 19:44:24 +0000
commitbd9c053d83faf753890f049c9a30bf14e238c005 (patch)
tree325ab57e9394ed0d635b680e4c082548ff25811e /emulators/vgb-bin/Makefile
parent10148445f50061631b8617a59b70cd2cb67f5a43 (diff)
downloadFreeBSD-ports-bd9c053d83faf753890f049c9a30bf14e238c005.zip
FreeBSD-ports-bd9c053d83faf753890f049c9a30bf14e238c005.tar.gz
Update to 3.0
Diffstat (limited to 'emulators/vgb-bin/Makefile')
-rw-r--r--emulators/vgb-bin/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile
index 4432beb..cf51d06 100644
--- a/emulators/vgb-bin/Makefile
+++ b/emulators/vgb-bin/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vgb
-PORTVERSION= 2.2
+PORTVERSION= 3.0
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= http://fms.komkon.org/VGB/
@@ -26,7 +26,6 @@ INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/vgb ${PREFIX}/bin
- @${INSTALL_PROGRAM} ${WRKSRC}/vgb-debug ${PREFIX}/bin
@${INSTALL_DIR} ${PREFIX}/share/vgb
@${INSTALL_DATA} ${WRKSRC}/CART.GB ${PREFIX}/share/vgb
.if !defined(NOPORTDOCS)
@@ -36,8 +35,8 @@ do-install:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500000
-LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x
+.if ${OSVERSION} < 502100
+IGNORE= Does not work for FreeBSD versions prior to 5.2.1R
.endif
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud