1994-09-13 14:39:52 +02:00
|
|
|
# New ports collection makefile for: emu
|
|
|
|
# Date created: 13 September 1994
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1994-09-13 14:39:52 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= emu
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTVERSION= 1.31
|
2009-06-09 17:33:28 +02:00
|
|
|
PORTREVISION= 3
|
1996-11-18 10:56:45 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= applications
|
1995-04-11 04:32:57 +02:00
|
|
|
|
2004-01-12 01:24:20 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:36:20 +01:00
|
|
|
COMMENT= A terminal emulator for the X Window System
|
1994-09-13 14:39:52 +02: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 19:56:05 +02:00
|
|
|
BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb
|
|
|
|
RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb
|
2005-03-03 01:29:05 +01:00
|
|
|
|
2002-10-29 10:31:12 +01:00
|
|
|
USE_IMAKE= yes
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
2007-05-19 22:36:56 +02:00
|
|
|
USE_DISPLAY= yes
|
|
|
|
|
2002-10-29 10:31:12 +01:00
|
|
|
WRKSRC= ${WRKDIR}/emu
|
|
|
|
|
2010-03-20 15:20:32 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} > 900007
|
|
|
|
BROKEN= fails to build with new utmpx
|
|
|
|
.endif
|
|
|
|
|
2005-01-01 23:19:36 +01: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 09:35:23 +02:00
|
|
|
.endif
|
1999-07-23 07:34:54 +02:00
|
|
|
|
1998-10-05 07:18:06 +02:00
|
|
|
MAN1= emu.1
|
1995-04-11 04:32:57 +02:00
|
|
|
|
|
|
|
pre-configure:
|
1999-08-28 03:58:05 +02:00
|
|
|
cd ${WRKSRC}/client ; ${LN} -s ../doc/emu.man .
|
1995-04-11 04:32:57 +02:00
|
|
|
|
2010-03-20 15:20:32 +01:00
|
|
|
.include <bsd.port.post.mk>
|