1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/x11/emu/Makefile

31 lines
630 B
Makefile
Raw Normal View History

# New ports collection makefile for: emu
# Date created: 13 September 1994
# Whom: jkh
#
1999-08-31 02:51:23 +00:00
# $FreeBSD$
#
2000-04-13 19:19:05 +00:00
PORTNAME= emu
PORTVERSION= 1.31
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.org
COMMENT= A terminal emulator for the X Window System
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/emu
.if !defined(DISPLAY) || ${DISPLAY} == ""
IGNORE= Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X.
.endif
MAN1= emu.1
pre-configure:
1999-08-28 01:58:05 +00:00
cd ${WRKSRC}/client ; ${LN} -s ../doc/emu.man .
.include <bsd.port.mk>