summaryrefslogtreecommitdiff
path: root/emulators/vice/Makefile
diff options
context:
space:
mode:
authoragc <agc>2003-12-07 12:24:55 +0000
committeragc <agc>2003-12-07 12:24:55 +0000
commit021116832e8ec64d026e8183e4a958a1f31a3b6e (patch)
treeed1c2519e9625847dec094a0605b7f30fb28d449 /emulators/vice/Makefile
parentc658268cc68112e9dffbce3982c91f85793d3f87 (diff)
downloadpkgsrc-021116832e8ec64d026e8183e4a958a1f31a3b6e.tar.gz
Pullup to the pkgsrc-2003Q4 branch a change necessitated by master-site
distfile changes, requested by Krister Walfridsson. Module Name: pkgsrc Committed By: kristerw Date: Thu Dec 4 00:42:04 UTC 2003 Modified Files: pkgsrc/emulators/vice: Makefile PLIST distinfo Removed Files: pkgsrc/emulators/vice/patches: patch-ad Log Message: The 4064, SX-64, and C64 Game System dist files have been removed from the FTP. Remove them from the package too. PKGREVISION++
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r--emulators/vice/Makefile30
1 files changed, 3 insertions, 27 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index f033d62ffde..38b9fce9ae8 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,15 +1,11 @@
-# $NetBSD: Makefile,v 1.37 2003/11/06 18:54:34 gavan Exp $
+# $NetBSD: Makefile,v 1.37.2.1 2003/12/07 12:24:55 agc Exp $
#
DISTNAME= vice-1.13
+PKGREVISION= 1
CATEGORIES= emulators
-MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/firmware/computers/c64/ \
- ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ \
+MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ \
http://www.nic.funet.fi/pub/cbm/crossplatform/emulators/VICE/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- 64gs.390852-01.bin \
- kernal.4064.901246-01.bin \
- kernal.sx.251104-04.bin
MAINTAINER= kristerw@NetBSD.org
HOMEPAGE= http://viceteam.bei.t-online.de/
@@ -45,27 +41,7 @@ post-patch:
$$file.orig >$$file; \
done
-post-build:
- dd if=${_DISTDIR}/64gs.390852-01.bin of=${WRKDIR}/basic.64gs \
- bs=8k count=1 2>/dev/null
- dd if=${_DISTDIR}/64gs.390852-01.bin of=${WRKDIR}/kernal.64gs \
- bs=8k skip=1 2>/dev/null
- ${SED} -e "s|kernal|kernal.64gs|g" -e "s|basic|basic.64gs|g" \
- ${WRKSRC}/data/C64/default.vrs > ${WRKDIR}/64gs.vrs
- ${SED} -e "s|kernal|kernal.4064|g" \
- ${WRKSRC}/data/C64/default.vrs > ${WRKDIR}/4064.vrs
- ${SED} -e "s|kernal|kernal.sx64|g" \
- ${WRKSRC}/data/C64/default.vrs > ${WRKDIR}/sx64.vrs
-
post-install:
- ${INSTALL_DATA} ${WRKDIR}/basic.64gs ${PREFIX}/share/vice/C64/
- ${INSTALL_DATA} ${WRKDIR}/kernal.64gs ${PREFIX}/share/vice/C64/
- ${INSTALL_DATA} ${_DISTDIR}/kernal.4064.901246-01.bin \
- ${PREFIX}/share/vice/C64/kernal.4064
- ${INSTALL_DATA} ${_DISTDIR}/kernal.sx.251104-04.bin \
- ${PREFIX}/share/vice/C64/kernal.sx64
- cd ${WRKDIR} && ${INSTALL_DATA} 64gs.vrs 4064.vrs sx64.vrs \
- ${PREFIX}/share/vice/C64/
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/vice
${MV} ${PREFIX}/share/doc/vice/*.html ${PREFIX}/share/doc/html/vice