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
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb
|
|
|
|
RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb
|
2005-03-03 00:29:05 +00:00
|
|
|
|
2002-10-29 09:31:12 +00:00
|
|
|
USE_IMAKE= yes
|
2007-05-19 20:36:56 +00:00
|
|
|
USE_DISPLAY= yes
|
|
|
|
|
2002-10-29 09:31:12 +00:00
|
|
|
WRKSRC= ${WRKDIR}/emu
|
|
|
|
|
2005-01-01 22:19:36 +00:00
|
|
|
.if (!defined(DISPLAY) || ${DISPLAY} == "") && !defined(PACKAGE_BUILDING)
|
|
|
|
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>
|