f7a253bb5c
- 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.)
23 lines
557 B
Makefile
23 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.5 2000/08/12 06:30:44 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= lincity-1.11
|
|
CATEGORIES= games x11
|
|
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
|
|
|
|
USE_X11BASE= # defined
|
|
|
|
ALL_TARGET= xlincity
|
|
INSTALL_TARGET= install-xlincity install-lib install-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"
|