mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
The doscmd utility, which until now has been part of the base system.
This commit is contained in:
parent
badcd17d43
commit
4ee3a7af8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105084
@ -16,6 +16,7 @@
|
||||
SUBDIR += dgen-sdl
|
||||
SUBDIR += dlx
|
||||
SUBDIR += dosbox
|
||||
SUBDIR += doscmd
|
||||
SUBDIR += extract-xiso
|
||||
SUBDIR += fceu
|
||||
SUBDIR += fmsx
|
||||
|
26
emulators/doscmd/Makefile
Normal file
26
emulators/doscmd/Makefile
Normal file
@ -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>
|
2
emulators/doscmd/distinfo
Normal file
2
emulators/doscmd/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (doscmd-20040323.tar.gz) = 9c3c4f6d5c542a8d8f54d6ab434aad75
|
||||
SIZE (doscmd-20040323.tar.gz) = 183322
|
2
emulators/doscmd/pkg-descr
Normal file
2
emulators/doscmd/pkg-descr
Normal file
@ -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.
|
9
emulators/doscmd/pkg-plist
Normal file
9
emulators/doscmd/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user