1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/x11/emu/Makefile
Daniel Baker 99250c0e09 makefile's check for existance of DISPLAY only checked if the variable
was defined, and didn't not check the possibility of an empty DISPLAY, which
was the cause of the packages building error.
1999-07-23 05:34:54 +00:00

29 lines
637 B
Makefile

# New ports collection makefile for: emu
# Version required: 1.31
# Date created: 13 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.13 1998/10/05 05:17:56 steve Exp $
#
DISTNAME= emu-1.31
PKGNAME= emu-1.3.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= me@FreeBSD.org
.if !defined(DISPLAY) || ${DISPLAY} == ""
BROKEN= "Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X."
.endif
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/emu
MAN1= emu.1
pre-configure:
cd ${WRKSRC}/client ; ln -s ../doc/emu.man .
.include <bsd.port.mk>