diff options
Diffstat (limited to 'games/xrobots/Makefile')
-rw-r--r-- | games/xrobots/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile index b392e7964d5d..1dc11bf5bbd2 100644 --- a/games/xrobots/Makefile +++ b/games/xrobots/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: xrobots -# Version required: something real old +# Version required: 1.0 # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.8 1997/01/03 09:37:46 obrien Exp $ +# $Id: Makefile,v 1.9 1997/07/21 19:36:28 max Exp $ # -DISTNAME= xrobots +DISTNAME= xrobots-1.0-ss-10.20 PKGNAME= xrobots-1.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/X11R4/contrib/games/ +MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/Games/Arcade/xrobots-1.0/ -MAINTAINER= swallace@FreeBSD.org +MAINTAINER= jseger@FreeBSD.org USE_IMAKE= yes - +WRKSRC= ${WRKDIR}/xrobots-1.0 post-install: ${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11 |