1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11/emu/Makefile
Edwin Groothuis b473e9ce90 Fix errors detected by bento
(actually, XFree86-4 dependency fix)

PR:		ports/33826
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
Approved by:	Michael Elbel <Michael.Elbel@consol.de> (maintainer)
2002-10-29 09:31:12 +00:00

38 lines
745 B
Makefile

# New ports collection makefile for: emu
# Date created: 13 September 1994
# Whom: jkh
#
# $FreeBSD$
#
PORTNAME= emu
PORTVERSION= 1.31
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= me@FreeBSD.org
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/emu
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS+= xmkmf:${PORTSDIR}/x11/XFree86-4
.else
BUILD_DEPENDS+= xmkmf:${PORTSDIR}/x11/XFree86
.endif
.if !defined(DISPLAY) || ${DISPLAY} == ""
BROKEN= "Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X."
.endif
MAN1= emu.1
pre-configure:
cd ${WRKSRC}/client ; ${LN} -s ../doc/emu.man .
.include <bsd.port.post.mk>