openbsd-ports/games/lincity-ng/Makefile
2010-11-08 15:54:53 +00:00

49 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.9 2010/11/08 15:54:54 espie Exp $
COMMENT= city simulation game
DISTNAME= lincity-ng-2.0
REVISION = 1
EXTRACT_SUFX= .tar.bz2
CATEGORIES= games x11
HOMEPAGE= http://lincity-ng.berlios.de/wiki/index.php/Main_Page
MASTER_SITES= ${MASTER_SITE_BERLIOS:=lincity-ng/}
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= GL SDL X11 c m pthread pthread-stubs stdc++ xcb z \
SDL_gfx SDL_image SDL_mixer SDL_ttf physfs xml2
MODULES= converters/libiconv
LIB_DEPENDS= ::devel/sdl-gfx \
::devel/sdl-image \
::devel/sdl-mixer \
::devel/sdl-ttf \
::devel/physfs \
::textproc/libxml
BUILD_DEPENDS= ::devel/jam
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
NO_REGRESS= Yes
USE_GROFF = Yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-liconv -pthread"
CONFIGURE_STYLE=gnu
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} jam -dx
do-install:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${ALL_FAKE_FLAGS} jam \
install install_man
.include <bsd.port.mk>