freebsd-ports/games/xrobots/Makefile

31 lines
704 B
Makefile
Raw Normal View History

# New ports collection makefile for: xrobots
# Date created: 2 Jan 1995
# Whom: swallace
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
PORTNAME= xrobots
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.mavetju.org/download/adopted/
DISTNAME= ${PORTNAME}-${PORTVERSION}-ss-10.20
MAINTAINER= edwin@mavetju.org
2003-02-21 13:06:51 +01:00
COMMENT= Fight off villainous robots (X version)
USE_IMAKE= yes
USE_XORG= x11 xaw xext xmu xt sm ice
WRKSRC= ${WRKDIR}/xrobots-1.0
MAN6= xrobots.6
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
2004-02-28 12:40:16 +01:00
.include <bsd.port.mk>