1995-01-03 09:47:59 +01:00
|
|
|
# New ports collection makefile for: xrobots
|
|
|
|
# Date created: 2 Jan 1995
|
|
|
|
# Whom: swallace
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1995-01-03 09:47:59 +01:00
|
|
|
#
|
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTNAME= xrobots
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTVERSION= 1.0
|
2009-06-09 17:33:28 +02:00
|
|
|
PORTREVISION= 3
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= games
|
2001-12-12 06:25:44 +01:00
|
|
|
MASTER_SITES= http://www.mavetju.org/download/adopted/
|
2007-05-19 22:36:56 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-ss-10.20
|
1995-04-11 02:20:58 +02:00
|
|
|
|
2001-12-12 06:25:44 +01:00
|
|
|
MAINTAINER= edwin@mavetju.org
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= Fight off villainous robots (X version)
|
1997-01-03 10:38:01 +01:00
|
|
|
|
1995-01-03 09:47:59 +01:00
|
|
|
USE_IMAKE= yes
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= x11 xaw xext xmu xt sm ice
|
1998-04-12 20:03:14 +02:00
|
|
|
WRKSRC= ${WRKDIR}/xrobots-1.0
|
1998-09-28 04:25:34 +02:00
|
|
|
MAN6= xrobots.6
|
|
|
|
|
1995-05-17 16:49:00 +02:00
|
|
|
post-install:
|
1997-07-21 21:36:28 +02:00
|
|
|
${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11
|
1995-04-20 20:21:16 +02:00
|
|
|
|
2001-12-12 06:25:44 +01:00
|
|
|
post-patch:
|
2002-07-19 11:26:31 +02:00
|
|
|
${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g' \
|
|
|
|
${WRKSRC}/xrobots.man ${WRKSRC}/Imakefile
|
2001-12-12 06:25:44 +01:00
|
|
|
|
2004-02-28 12:40:16 +01:00
|
|
|
.include <bsd.port.mk>
|