1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/emulators/doscmd/Makefile
Martin Wilke 5afc678aac - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 16:44:09 +00:00

37 lines
621 B
Makefile

# New ports collection makefile for: doscmd
# Date created: 2004-03-23
# Whom: des
#
# $FreeBSD$
#
PORTNAME= doscmd
PORTVERSION= 20040330
PORTREVISION= 3
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_XORG= x11
PLIST_SUB+= X11=""
.endif
MAKE_ARGS+= MANDIR="${PREFIX}/man/man"
MAN1= doscmd.1
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>