summaryrefslogtreecommitdiff
path: root/games/lincity/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-12 06:30:44 +0000
committerjlam <jlam@pkgsrc.org>2000-08-12 06:30:44 +0000
commitf7a253bb5cf4de369dbca74b4456ac0bf46d040f (patch)
tree073631491753ad847cf15ad542851ba3d5b76479 /games/lincity/Makefile
parent8c06bdc4c0caf2a7c223fc42b621f6c601b55995 (diff)
downloadpkgsrc-f7a253bb5cf4de369dbca74b4456ac0bf46d040f.tar.gz
Update lincity to 1.11. Changes from version 1.09:
- Integrate X11 and Win32 code - Greyscale X11 support added - X11 performance enhancements - Fix mouse offset problem - Fix integer overflow problems at high tech levels - Fix crashes when right clicking on grass squares - The code has been "cleaned" using indent - Some reworking of the Load/Save logic - Fixed buffer overflow security holes. (Thanks to all those that brought my attention to them.) - The 'creating directory' questions are now asked within the game itself, rather than via the controlling console or xterm. (Means you can start it from, say, an fvwm menu.)
Diffstat (limited to 'games/lincity/Makefile')
-rw-r--r--games/lincity/Makefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile
index 031d2fe71ac..65178440ab6 100644
--- a/games/lincity/Makefile
+++ b/games/lincity/Makefile
@@ -1,21 +1,23 @@
-# $NetBSD: Makefile,v 1.4 1999/04/15 20:39:42 tron Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/12 06:30:44 jlam Exp $
#
-DISTNAME= lincity109-src
-PKGNAME= lincity-1.09
+DISTNAME= lincity-1.11
CATEGORIES= games x11
-MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/strategy/}
+MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/strategy/} \
+ ftp://ftp.demon.co.uk/pub/unix/linux/games/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.floot.demon.co.uk/lincity.html
-WRKSRC= ${WRKDIR}/lincity109
+USE_X11BASE= # defined
-USE_GMAKE= yes
-USE_X11BASE= yes
-ALL_TARGET= freebsd
+ALL_TARGET= xlincity
+INSTALL_TARGET= install-xlincity install-lib install-man
-post-patch:
- ${TOUCH} ${WRKSRC}/xlincity.man
+pre-build:
+ ${LN} -sf lincity.man ${WRKSRC}/xlincity.man
+
+post-install:
+ ${LN} -sf lincity.6 ${PREFIX}/man/man6/xlincity.6
.include "../../mk/bsd.pkg.mk"