summaryrefslogtreecommitdiff
path: root/emulators/vice/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-17 17:30:35 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-17 17:30:35 +0000
commit1c48b1db66b030601a0d0e7e89eab55b602524ec (patch)
tree7aa402cc99397e8607ebc77702b57a7e73c51439 /emulators/vice/Makefile
parentRe-add bits to allow ``make reinstall'' or a boched ``make install'' to (diff)
Vice, welcome to the brave new world.
This still installs documentation in lib/vice/docs/ (or something like that) instead of share/doc/vice/.
Notes
Notes: svn path=/head/; revision=12585
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r--emulators/vice/Makefile28
1 files changed, 12 insertions, 16 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 36ac1a1444a7..d04f72f7d061 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -3,7 +3,7 @@
# Date created: Mar 28, 1998
# Whom: dchapes@ddm.on.ca
#
-# $Id: Makefile,v 1.5 1998/07/19 19:32:02 dburr Exp $
+# $Id: Makefile,v 1.6 1998/08/07 23:56:19 asami Exp $
DISTNAME= vice-0.14.1
CATEGORIES= emulators
@@ -12,6 +12,7 @@ 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
@@ -19,25 +20,23 @@ 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 -funroll-loops -finline-functions -fno-strength-reduce"
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -O3 -Wall -fomit-frame-pointer \
+ -funroll-loops -finline-functions -fno-strength-reduce"
CONFIGURE_ARGS= --with-xaw3d
-MANPAGES= vice c1541 petcat
MAN1= vice.1 c1541.1 petcat.1
pre-build:
- @${ECHO} "NOTE: When compiling on FreeBSD some source files cause gcc to go over the"
- @${ECHO} "default memory limits. Either fix /etc/login.conf or temporaryily adjust"
- @${ECHO} "the limits with your shells limit command (\"unlimit\" works in [t]csh)."
-
-pre-install:
- ${SED} -e "s,%VER%,`uname -r | ${SED} -e 's,-.*$$,,'`," < ${PKGDIR}/PLIST.in > ${PKGDIR}/PLIST
+ @${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
post-install:
- for m in ${MANPAGES} ; do \
- ${INSTALL_MAN} ${WRKSRC}/../man/$$m.man ${PREFIX}/man/man1/$$m.1; \
- done
+.for m in ${MAN1}
+ ${INSTALL_MAN} ${WRKSRC}/../man/${m:S/.1$/.man/} ${PREFIX}/man/man1/$m
+.endfor
.if defined(NOMANCOMPRESS)
${LN} -sf vice.1 ${PREFIX}/man/man1/x64.1
${LN} -sf vice.1 ${PREFIX}/man/man1/xvic.1
@@ -50,7 +49,4 @@ post-install:
${LN} -sf vice.1.gz ${PREFIX}/man/man1/recomment.1.gz
.endif
-pre-clean:
- @${RM} -f ${PKGDIR}/PLIST
-
.include <bsd.port.mk>