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
|
2001-01-16 17:33:20 +00:00
|
|
|
PORTVERSION= 1.31
|
2002-01-07 04:47:14 +00:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2004-01-12 00:24:20 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:36:20 +00:00
|
|
|
COMMENT= A terminal emulator for the X Window System
|
1994-09-13 12:39:52 +00:00
|
|
|
|
2002-10-29 09:31:12 +00:00
|
|
|
USE_IMAKE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/emu
|
|
|
|
|
1999-07-23 05:34:54 +00:00
|
|
|
.if !defined(DISPLAY) || ${DISPLAY} == ""
|
2004-05-16 20:49:38 +00:00
|
|
|
IGNORE= 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
|
|
|
|
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
|
|
|
|
2004-07-23 19:10:32 +00:00
|
|
|
.include <bsd.port.mk>
|