freebsd-ports/x11/emu/Makefile
Andreas Schulz 56b712ffb3 Mark emu as an interactive port. It uses xrdb that fails without a valid
DISPLAY variable that is normally not set if you run a "make BATCH=yes".
1995-03-11 14:54:48 +00:00

19 lines
384 B
Makefile

# New ports collection makefile for: emu
# Version required: 1.31
# Date created: 13 September 1994
# Whom: jkh
# Last Updated: 26 February 1995
# Whom: me
# Responsible: me@FreeBSD.org
#
# $I$
#
DISTNAME= emu-1.31
WRKSRC= ${WRKDIR}/emu
USE_IMAKE= yes
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
# NO_INSTALL_MANPAGES= yes
IS_INTERACTIVE= yes
.include <bsd.port.mk>