33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
36 lines
801 B
Makefile
36 lines
801 B
Makefile
# New ports collection makefile for: emu
|
|
# Date created: 13 September 1994
|
|
# Whom: jkh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= emu
|
|
PORTVERSION= 1.31
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A terminal emulator for the X Window System
|
|
|
|
BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb
|
|
RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
USE_DISPLAY= yes
|
|
|
|
WRKSRC= ${WRKDIR}/emu
|
|
|
|
.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
|
|
.endif
|
|
|
|
MAN1= emu.1
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}/client ; ${LN} -s ../doc/emu.man .
|
|
|
|
.include <bsd.port.mk>
|