freebsd-ports/games/xrobots/Makefile
Ying-Chieh Liao 7a393f237f change master site
assign maintainer

PR:		32599
Submitted by:	Edwin Groothuis <edwin@mavetju.org> (new maintainer)
2001-12-12 05:25:44 +00:00

27 lines
577 B
Makefile

# New ports collection makefile for: xrobots
# Date created: 2 Jan 1995
# Whom: swallace
#
# $FreeBSD$
#
PORTNAME= xrobots
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= http://www.mavetju.org/download/adopted/
DISTNAME= ${PKGNAME}-ss-10.20
MAINTAINER= edwin@mavetju.org
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xrobots-1.0
MAN6= xrobots.6
post-install:
${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11
post-patch:
${PERL} -pi -e 's|__PREFIX__|${PREFIX}|g' ${WRKSRC}/xrobots.man ${WRKSRC}/Imakefile
.include <bsd.port.mk>