ea15585cce
* Code clean-up * Move to sourceforge.net
25 lines
594 B
Makefile
25 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.11 2004/03/02 16:43:49 adam Exp $
|
|
#
|
|
|
|
DISTNAME= lincity-1.12.0
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lincity/} \
|
|
http://www.ibiblio.org/pub/Linux/games/strategy/
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://lincity.sourceforge.net/
|
|
COMMENT= Free clone of SimCity for X11
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
${LN} -sf lincity.6 ${PREFIX}/man/man6/xlincity.6
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|