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)
31 lines
704 B
Makefile
31 lines
704 B
Makefile
# New ports collection makefile for: xrobots
|
|
# Date created: 2 Jan 1995
|
|
# Whom: swallace
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xrobots
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.mavetju.org/download/adopted/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-ss-10.20
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= Fight off villainous robots (X version)
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xaw xext xmu xt sm ice
|
|
WRKSRC= ${WRKDIR}/xrobots-1.0
|
|
MAN6= xrobots.6
|
|
|
|
post-install:
|
|
${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g' \
|
|
${WRKSRC}/xrobots.man ${WRKSRC}/Imakefile
|
|
|
|
.include <bsd.port.mk>
|