diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-09 06:58:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-09 06:58:02 +0000 |
commit | 11a1e370a242d1118e17da1d32d840ae3aaf5911 (patch) | |
tree | 2ddc92dcb300a74fd61bdd9c381cd76f41c02fd0 /games/liquidwar/Makefile | |
parent | ee51401d340307a2f7de090f3de1407a124aefd2 (diff) |
Notes
Diffstat (limited to 'games/liquidwar/Makefile')
-rw-r--r-- | games/liquidwar/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile new file mode 100644 index 000000000000..3441304fb949 --- /dev/null +++ b/games/liquidwar/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: liquidwar +# Date created: 9 October 2005 +# Whom: Edwin Groothuis <edwin@mavetju.org> +# +# $FreeBSD$ +# + +PORTNAME= liquidwar +PORTVERSION= 5.6.2 +CATEGORIES= games +MASTER_SITES= http://liquidwar.sunsite.dk/archive/ \ + ${MASTER_SITE_SAVANNAH} \ + http://ufoot.hd.free.fr/pub/archive/ +MASTER_SITE_SUBDIR= liquidwar + +MAINTAINER= edwin@mavetju.org +COMMENT= You control an army of liquid and have to try and eat your opponents + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +INFO= liquidwar + +MANCOMPRESSED= yes +MAN6= liquidwar.6 \ + liquidwar-server.6 \ + liquidwar-mapgen.6 + +.include <bsd.port.mk> |