summaryrefslogtreecommitdiff
path: root/games/lincity/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-11-26Changes 1.12.1:adam1-4/+2
* Bug fix for crashes on changing power grid
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-10Create directories which the Makefile does not seem towiz1-1/+7
create during installation -- should fix bulk build.
2004-03-02Changes 1.12.0:adam1-17/+15
* Code clean-up * Move to sourceforge.net
2002-09-23buildlink1 -> buildlink2jlam1-3/+2
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-1/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-06-30Set USE_BUILDLINK_ONLYzuntum1-1/+2
2001-05-01Honor CFLAGS passed in from environment during build.jlam1-1/+3
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-08-12Update lincity to 1.11. Changes from version 1.09:jlam1-10/+12
- 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.)
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-15Initial addition of lincity-1.09, a free clone of SimCity for X11.frueauf1-0/+21
Closes pr 5926 by Tim Rightnour.