1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/emulators/doscmd/Makefile
Dag-Erling Smørgrav 74737009a0 Update to 20040330.
2004-03-30 17:11:17 +00:00

30 lines
513 B
Makefile

# New ports collection makefile for: doscmd
# Date created: 2004-03-23
# Whom: des
#
# $FreeBSD$
#
PORTNAME= doscmd
PORTVERSION= 20040330
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>