ea9200c512
The manual page of doscmd (man doscmd) still states the following: "and then typing make install in the source directory (nor- mally /usr/src/usr.bin/doscmd). For this to work, the X programmer's kit must have been installed." However doscmd is no longer part of the base system. So it should should say "/usr/ports/emulators/doscmd" instead. PR: ports/79661 Submitted by: arundel <arundel@h3c.de> Approved by: maintainer timeout
30 lines
529 B
Makefile
30 lines
529 B
Makefile
# New ports collection makefile for: doscmd
|
|
# Date created: 2004-03-23
|
|
# Whom: des
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= doscmd
|
|
PORTVERSION= 20040330
|
|
PORTREVISION= 1
|
|
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
|
|
MAKE_ARGS+= MANDIR="${PREFIX}/man/man"
|
|
MAN1= doscmd.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|