pkgsrc-wip/lincity-ng/Makefile
Adam Hoka c8dd14ed7c Release 1.1.2
Coal reserves below buildings are now visible on mini map. The range of windmills and coal mines is shown while placing the building. This release fixes a bug in the solar power plant. It also includes some updated translations.
2008-03-02 15:13:20 +00:00

38 lines
984 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/03/02 15:13:20 hoka_adam Exp $
#
VERSION= 1.1.2
DISTNAME= lincity-ng-${VERSION}
CATEGORIES= games
MASTER_SITES= http://download.berlios.de/lincity-ng/ \
http://download2.berlios.de/lincity-ng/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= cheusov@tut.by
HOMEPAGE= http://prdownload.berlios.de/lincity-ng/
COMMENT= City Simulation Game
BUILD_DEPENDS+= jam-[0-9]*:../../devel/jam
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
PLIST_SUBST+= VERSION=${VERSION}
do-build:
cd ${WRKSRC} && jam
do-install:
cd ${WRKSRC} && jam install
.include "../../devel/SDL/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../devel/SDL_gfx/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../devel/physfs/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"