mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
e427ab10bf
Approved by: portmgr (blanket)
23 lines
558 B
Makefile
23 lines
558 B
Makefile
PORTNAME= xrobots
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.mavetju.org/download/adopted/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-ss-10.20
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Fight off villainous robots (X version)
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11 xaw xext xmu xt sm ice
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
post-install:
|
|
${CP} ${FILESDIR}/xrobotscores ${STAGEDIR}${PREFIX}/lib/X11
|
|
|
|
pre-build:
|
|
${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g' \
|
|
${WRKSRC}/xrobots.man ${WRKSRC}/Imakefile
|
|
|
|
.include <bsd.port.mk>
|