58b752e2ae
LinCity is a city/country simulation game. You are required to build and maintain a city. You must feed, house, provide jobs and goods for your residents. Etc.
27 lines
593 B
Makefile
27 lines
593 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/29 00:07:34 naddy Exp $
|
|
|
|
COMMENT= "Rich city simulation game for X"
|
|
|
|
DISTNAME= lincity-1.11
|
|
CATEGORIES= games
|
|
NEED_VERSION= 1.427
|
|
HOMEPAGE= http://www.floot.demon.co.uk/lincity.html
|
|
|
|
MAINTAINER= Wilbern Cobb <cobb@vedge.com.ar>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/linux/games/ \
|
|
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/
|
|
|
|
USE_X11= Yes
|
|
|
|
MAKE_FLAGS= CXXFLAGS="${CXXFLAGS}"
|
|
ALL_TARGET= xlincity
|
|
|
|
.include <bsd.port.mk>
|