diff options
author | tg <tg@FreeBSD.org> | 1997-02-14 16:19:08 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-02-14 16:19:08 +0800 |
commit | 166b5b5973f1f46a40a4e17e8d141ef2ba7b55bd (patch) | |
tree | 5c1ad9f157f94bdcc45bfd509c3937d7de5e7881 /games/lincity/Makefile | |
parent | e14dd3ff5e3aa5857acd2cce2232d3391181e074 (diff) | |
download | freebsd-ports-gnome-166b5b5973f1f46a40a4e17e8d141ef2ba7b55bd.tar.gz freebsd-ports-gnome-166b5b5973f1f46a40a4e17e8d141ef2ba7b55bd.tar.zst freebsd-ports-gnome-166b5b5973f1f46a40a4e17e8d141ef2ba7b55bd.zip |
Import of lincity. Closes PR #2724.
Submitted by: Julian Assange <proff@iq.org>
Diffstat (limited to 'games/lincity/Makefile')
-rw-r--r-- | games/lincity/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile new file mode 100644 index 000000000000..543e2413d619 --- /dev/null +++ b/games/lincity/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: lincity +# Version required: 1.04 +# Date created: 13 Feb 1997 +# Whom: Julian Assange +# +# $Id$ +# + +DISTNAME= lincity104 +PKGNAME= lincity-1.04 +CATEGORIES= games +MASTER_SITES= http://www.floot.demon.co.uk/ +EXTRACT_SUFX= -src.tar.gz + +MAINTAINER= proff@iq.org + +USE_GMAKE= yes +ALL_TARGET= freebsd +MAN6= lincity.6 + +.include <bsd.port.mk> |