1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/games/xrobots/Makefile
Gleb Popov e427ab10bf *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)
2024-02-04 22:13:55 +03:00

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>