summaryrefslogtreecommitdiff
path: root/emulators/vice/Makefile
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-02 22:46:23 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-02 22:46:23 +0000
commit8fdfff45c7ff1d605418ef4b66b1a3d0177c15b0 (patch)
tree1ed4a84e2ffb62980e72d2c2d0f7d6c276d30bba /emulators/vice/Makefile
parentportlint (diff)
Update port to 1.2
Approved by: Maintainer
Notes
Notes: svn path=/head/; revision=25432
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r--emulators/vice/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 97f9c1f9d16b..f74b3b36829a 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,11 +1,11 @@
# New ports collection makefile for: vice
-# Version required: 1.0
+# Version required: 1.2
# Date created: Mar 28, 1998
# Whom: dchapes@ddm.on.ca
#
# $FreeBSD$
-DISTNAME= vice-1.0
+DISTNAME= vice-1.2
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/
@@ -13,15 +13,13 @@ MAINTAINER= dchapes@ddm.on.ca
LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
-WRKSRC= ${WRKDIR}/vice-1.0
+WRKSRC= ${WRKDIR}/vice-1.2
USE_XLIB= yes
RESTRICTED= ROMs are copyrighted by Commodore Business Machines
NO_CDROM= ${RESTRICTED}
NO_PACKAGE= ${RESTRICTED}
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -Wall -O5 -fomit-frame-pointer \
- -funroll-loops -finline-functions -fno-strength-reduce"
CONFIGURE_ARGS= --with-xaw3d
MAN1= vice.1 c1541.1 petcat.1
@@ -32,6 +30,6 @@ MLINKS= vice.1 x64.1 \
vice.1 xcbm2.1
post-install:
- @${LN} -sf vice-toc.html ${PREFIX}/lib/vice/doc/index.html
+ @${LN} -sf vice_toc.html ${PREFIX}/share/doc/vice/index.html
.include <bsd.port.mk>