diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-14 08:19:08 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-14 08:19:08 +0000 |
commit | 2267cc8b44bdb8898bb1332604b752a7b25bc481 (patch) | |
tree | ef0965035716cfdd76c905f2e4d20cb241a564b3 /games/lincity/Makefile | |
parent | b3a8969fd090e1add42509451c235ead9b64448e (diff) |
Notes
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> |