diff options
author | des <des@FreeBSD.org> | 2004-03-23 22:25:58 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-03-23 22:25:58 +0000 |
commit | 1d359c3d5aa173f028d8233cbb10b430e7f9a157 (patch) | |
tree | ff0662988f1264709a53e1856ee27cdff8dbb7e9 /emulators | |
parent | 2e62032e3a5eb1de313c6b265d583832bad813dc (diff) | |
download | FreeBSD-ports-1d359c3d5aa173f028d8233cbb10b430e7f9a157.zip FreeBSD-ports-1d359c3d5aa173f028d8233cbb10b430e7f9a157.tar.gz |
The doscmd utility, which until now has been part of the base system.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/doscmd/Makefile | 26 | ||||
-rw-r--r-- | emulators/doscmd/distinfo | 2 | ||||
-rw-r--r-- | emulators/doscmd/pkg-descr | 2 | ||||
-rw-r--r-- | emulators/doscmd/pkg-plist | 9 |
5 files changed, 40 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 152cbc9..1a0f30ba 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -16,6 +16,7 @@ SUBDIR += dgen-sdl SUBDIR += dlx SUBDIR += dosbox + SUBDIR += doscmd SUBDIR += extract-xiso SUBDIR += fceu SUBDIR += fmsx diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile new file mode 100644 index 0000000..2a6f7fe --- /dev/null +++ b/emulators/doscmd/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: doscmd +# Date created: 2004-03-23 +# Whom: des +# +# $FreeBSD$ +# + +PORTNAME= doscmd +PORTVERSION= 20040323 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= des + +MAINTAINER= des@freebsd.org +COMMENT= DOS emulator + +ONLY_FOR_ARCHS= i386 +.ifdef WITHOUT_X11 +MAKE_ARGS+= -DNO_X +PLIST_SUB+= X11="@comment " +.else +USE_XLIB= yes +PLIST_SUB+= X11="" +.endif + +.include <bsd.port.mk> diff --git a/emulators/doscmd/distinfo b/emulators/doscmd/distinfo new file mode 100644 index 0000000..144fb3d --- /dev/null +++ b/emulators/doscmd/distinfo @@ -0,0 +1,2 @@ +MD5 (doscmd-20040323.tar.gz) = 9c3c4f6d5c542a8d8f54d6ab434aad75 +SIZE (doscmd-20040323.tar.gz) = 183322 diff --git a/emulators/doscmd/pkg-descr b/emulators/doscmd/pkg-descr new file mode 100644 index 0000000..1dbe594 --- /dev/null +++ b/emulators/doscmd/pkg-descr @@ -0,0 +1,2 @@ +The doscmd utility emulates a sufficiently large subset of the PC BIOS +to boot older DOS versions and run DOS applications. diff --git a/emulators/doscmd/pkg-plist b/emulators/doscmd/pkg-plist new file mode 100644 index 0000000..35fccfe --- /dev/null +++ b/emulators/doscmd/pkg-plist @@ -0,0 +1,9 @@ +bin/doscmd +share/doscmd/emsdriv.sys +%%X11%%share/doscmd/fonts/cp437-8x14.pcf.gz +%%X11%%share/doscmd/fonts/cp437-8x16.pcf.gz +%%X11%%share/doscmd/fonts/cp437-8x8.pcf.gz +%%X11%%share/doscmd/fonts/fonts.dir +share/doscmd/redir.com +%%X11%%@dirrm share/doscmd/fonts +@dirrm share/doscmd |