mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
26 lines
594 B
Makefile
26 lines
594 B
Makefile
# Created by: swallace
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xrobots
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 5
|
|
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>
|