diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-08-09 21:25:54 +0000 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-08-09 21:25:54 +0000 |
commit | 74c40deb8115de257550c06887c781862ecb118a (patch) | |
tree | a6201b75ea0bbf51da70d472e4ef3c747bd8d266 /games/flying/Makefile | |
parent | c2558dafd1d126ddda7aeaea987e6db5395abf37 (diff) | |
download | FreeBSD-ports-74c40deb8115de257550c06887c781862ecb118a.zip FreeBSD-ports-74c40deb8115de257550c06887c781862ecb118a.tar.gz |
New X11 game, or I should say games (pool, pool-deluxe, snooker,
hockey, curling, cannon, carrom).
Submitted by: Michael Searle
Diffstat (limited to 'games/flying/Makefile')
-rw-r--r-- | games/flying/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games/flying/Makefile b/games/flying/Makefile new file mode 100644 index 0000000..44151b4 --- /dev/null +++ b/games/flying/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: flying-6.20 +# Version required: 6.20 +# Date created: 12 Jul 1996 +# Whom: searle +# +# $Id$ +# + +DISTNAME= flying-6.20 +CATEGORIES+= games +MASTER_SITES= ftp://fsuj01.rz.uni-jena.de/pub/linux/MIRROR.sunsite/games/x11/ \ + ftp://dei.unipd.it/linux/sunsite/games/x11/ \ + ftp://pippen.bl.physik.tu-muenchen.de/pub/comp/os/linux/sunsite/games/x11/ \ + ftp://nic.switch.ch/mirror/linux/sunsite.games/x11/ \ + ftp://unix.hensa.ac.uk/mirrors/sunsite/pub/Linux/games/x11/ \ + ftp://sunsite.rediris.es/software/linux/sunsite/games/x11/ \ + ftp://fvkma.tu-graz.ac.at/.2/x11/R6contrib/games/multiplayer/ +EXTRACT_SUFX= .tgz + +MAINTAINER= searle@longacre.demon.co.uk + +USE_IMAKE= yes + +.include <bsd.port.mk> |