summaryrefslogtreecommitdiff
path: root/emulators/vice/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-06 16:51:45 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-06 16:51:45 +0000
commit50b0a02137e5df3302bf21093989a132c5311f13 (patch)
tree3d9ab3c14015ae84cebdfb82e817926f1b7f5406 /emulators/vice/Makefile
parentUpdate to version 1.8.0 and set USE_LIBTOOL=yes. (diff)
Update to version 1.0.
PR: 11938 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=19249
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r--emulators/vice/Makefile30
1 files changed, 12 insertions, 18 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 8bcfced379c6..d2f32578fd4d 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,43 +1,37 @@
# New ports collection makefile for: vice
-# Version required: 0.14.1
+# Version required: 1.0
# Date created: Mar 28, 1998
# Whom: dchapes@ddm.on.ca
#
-# $Id: Makefile,v 1.8 1998/09/19 00:41:10 hoek Exp $
+# $Id: Makefile,v 1.9 1998/09/21 01:35:30 steve Exp $
-DISTNAME= vice-0.14.1
+DISTNAME= vice-1.0
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/
MAINTAINER= dchapes@ddm.on.ca
LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
-USE_XLIB= yes
-
-WRKSRC= ${WRKDIR}/vice-0.14.1/src
+WRKSRC= ${WRKDIR}/vice-1.0
+USE_XLIB= yes
RESTRICTED= ROMs are copyrighted by Commodore Business Machines
NO_CDROM= ${RESTRICTED}
NO_PACKAGE= ${RESTRICTED}
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -O3 -Wall -fomit-frame-pointer \
+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
-MLINKS= vice.1 x64.1 vice.1 xvic.1 vice.1 xpet.1 \
- vice.1 recomment.1
-
-pre-build:
- @${ECHO} "NOTE: When compiling on FreeBSD some source files cause\
- gcc to go over the default memory limits. Either fix\
- /etc/login.conf or temporarily adjust the limits with your\
- shell's limit command (\"unlimit\" works in [t]csh)." | fmt
+MLINKS= vice.1 x64.1 \
+ vice.1 x128.1 \
+ vice.1 xvic.1 \
+ vice.1 xpet.1 \
+ vice.1 xcbm2.1
post-install:
-.for m in ${MAN1}
- ${INSTALL_MAN} ${WRKSRC}/../man/${m:S/.1$/.man/} ${PREFIX}/man/man1/$m
-.endfor
+ @${LN} -sf vice-toc.html ${PREFIX}/lib/vice/doc/index.html
.include <bsd.port.mk>