summaryrefslogtreecommitdiff
path: root/emulators/doscmd
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>1998-07-18 04:46:11 +0000
committertsarna <tsarna@pkgsrc.org>1998-07-18 04:46:11 +0000
commitd461e99bc3dbf10e1eee8cf31abe8ccf5e96fdd0 (patch)
treefb0fe0e8b20c8eafc6bc8d23992f87c62f389c01 /emulators/doscmd
parent0c241a00f7b1653ef1ca10440d8e4d1f94180be8 (diff)
downloadpkgsrc-d461e99bc3dbf10e1eee8cf31abe8ccf5e96fdd0.tar.gz
An MS-DOS emulator (NetBSD/i386 only)
Diffstat (limited to 'emulators/doscmd')
-rw-r--r--emulators/doscmd/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile
new file mode 100644
index 00000000000..137b4124579
--- /dev/null
+++ b/emulators/doscmd/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 1998/07/18 04:46:11 tsarna Exp $
+#
+
+DISTNAME= doscmd-19960502-2
+PKGNAME= doscmd-19960502.2
+CATEGORIES= emulators
+MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/arch/i386/doscmd/
+
+MAINTAINER= tsarna@NetBSD.ORG
+
+ONLY_FOR_ARCHS= i386
+
+WRKSRC= ${WRKDIR}/doscmd
+
+MAKE_ENV+= X11BASE=${X11BASE}
+
+do-configure:
+ @cd ${WRKSRC} && \
+ ${SED} "s=%PREFIX%=${PREFIX}=" < doscmd.1 >doscmd.1.new && \
+ ${MV} doscmd.1.new doscmd.1 && \
+ ${SED} "s=%PREFIX%=${PREFIX}=" < doscmd_loader.c >dl.new && \
+ ${MV} dl.new doscmd_loader.c
+
+.include "../../mk/bsd.pkg.mk"