1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/xrobots/Makefile
Christian Weisgerber 7537f9bef0 Properly fix the LP64 issue in the application resource handling rather
than praying that globals end up in the lower 32-bit address space.

Add a number of missing includes, etc.

Approved by:	edwin
2015-09-21 12:36:55 +00:00

26 lines
589 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= edwin@mavetju.org
COMMENT= Fight off villainous robots (X version)
USES= imake
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>