1994-09-13 12:39:52 +00:00
|
|
|
# New ports collection makefile for: emu
|
|
|
|
# Date created: 13 September 1994
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-08-31 02:51:23 +00:00
|
|
|
# $FreeBSD$
|
1994-09-13 12:39:52 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= emu
|
|
|
|
PORTVERSION= 1.31
|
1996-11-18 09:56:45 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= applications
|
1995-04-11 02:32:57 +00:00
|
|
|
|
1995-03-29 21:22:55 +00:00
|
|
|
MAINTAINER= me@FreeBSD.org
|
1994-09-13 12:39:52 +00:00
|
|
|
|
1999-07-23 05:34:54 +00:00
|
|
|
.if !defined(DISPLAY) || ${DISPLAY} == ""
|
|
|
|
BROKEN= "Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X."
|
1998-08-20 07:35:23 +00:00
|
|
|
.endif
|
1999-07-23 05:34:54 +00:00
|
|
|
|
1995-04-11 02:32:57 +00:00
|
|
|
USE_IMAKE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/emu
|
1998-10-05 05:18:06 +00:00
|
|
|
MAN1= emu.1
|
1995-04-11 02:32:57 +00:00
|
|
|
|
|
|
|
pre-configure:
|
1999-08-28 01:58:05 +00:00
|
|
|
cd ${WRKSRC}/client ; ${LN} -s ../doc/emu.man .
|
1995-04-11 02:32:57 +00:00
|
|
|
|
1994-09-13 12:39:52 +00:00
|
|
|
.include <bsd.port.mk>
|