1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/games/xrobots/Makefile
Edwin Groothuis 90e197811b Build on 10.0
2013-10-12 04:16:59 +00:00

28 lines
619 B
Makefile

# Created by: swallace
# $FreeBSD$
PORTNAME= xrobots
PORTVERSION= 1.0
PORTREVISION= 4
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)
USES= imake
USE_XORG= x11 xaw xext xmu xt sm ice
WRKSRC= ${WRKDIR}/xrobots-1.0
MAN6= xrobots.6
NO_STAGE= yes
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>