aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/m2000
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2017-11-07 00:45:29 +0800
committerak <ak@FreeBSD.org>2017-11-07 00:45:29 +0800
commitee04e453e0f13e068047503a031c95cd4dfed625 (patch)
treeca34c1dcac8e146bb5e564d62cee1f1d1aafd2d0 /emulators/m2000
parentf00aecfb9ab0c9105a09377f58b5ef50d020e004 (diff)
downloadfreebsd-ports-gnome-ee04e453e0f13e068047503a031c95cd4dfed625.tar.gz
freebsd-ports-gnome-ee04e453e0f13e068047503a031c95cd4dfed625.tar.zst
freebsd-ports-gnome-ee04e453e0f13e068047503a031c95cd4dfed625.zip
- Remove archivers/zip build dependency
Diffstat (limited to 'emulators/m2000')
-rw-r--r--emulators/m2000/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/m2000/Makefile b/emulators/m2000/Makefile
index d2b33bbfdc9a..25ee98941b36 100644
--- a/emulators/m2000/Makefile
+++ b/emulators/m2000/Makefile
@@ -21,8 +21,6 @@ COMMENT= Portable emulator for the Philips P2000 home computer
LICENSE= NONE # and commercial distribution is explicitly prohibited
-EXTRACT_DEPENDS=${UNZIP_CMD}:archivers/unzip
-
M2000TAPES= 3DDoolhof2.cas \
BrickWall.cas \
Componist.cas \
@@ -52,11 +50,10 @@ OPTIONS_DEFINE= DOCS
post-extract:
${MKDIR} ${WRKDIR}/tapeconv
- ${UNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/tapeconv.zip -d ${WRKDIR}/tapeconv
- ${MV} ${WRKDIR}/tapeconv/PCM2CAS.C ${WRKDIR}/tapeconv/PCM2CAS.c
+ ${UNZIP_NATIVE_CMD} ${DISTDIR}/${DIST_SUBDIR}/tapeconv.zip -d ${WRKDIR}/tapeconv
post-build:
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKDIR}/tapeconv/PCM2CAS ${WRKDIR}/tapeconv/PCM2CAS.c
+ ${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKDIR}/tapeconv/PCM2CAS ${WRKDIR}/tapeconv/PCM2CAS.C
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/m2000.sh ${STAGEDIR}${PREFIX}/bin/m2000