1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11/emu/Makefile
Antoine Brodin 018b017995 This port is also broken on freebsd 8
Reported by:	pkg-fallout
2014-03-28 00:20:17 +00:00

34 lines
618 B
Makefile

# Created by: 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= Terminal emulator for the X Window System
BROKEN= fails to build
DEPRECATED= Broken, not staged
EXPIRATION_DATE= 2014-04-24
BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb
RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb
USES= imake display
USE_XORG= ice sm x11 xaw xext xmu xpm xt
WRKSRC= ${WRKDIR}/emu
NO_STAGE= yes
MAN1= emu.1
pre-configure:
cd ${WRKSRC}/client ; ${LN} -s ../doc/emu.man .
.include <bsd.port.mk>