=================================================================== RCS file: /cvs/ports/games/violetland/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.4 diff -u -r1.1.1.1 -r1.4 --- ports/games/violetland/Makefile 2011/05/06 05:36:23 1.1.1.1 +++ ports/games/violetland/Makefile 2011/06/14 09:55:29 1.4 @@ -1,17 +1,15 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2011/05/06 05:36:23 yason Exp $ -#BROKEN = reason +# $OpenBSD: Makefile,v 1.4 2011/06/14 09:55:29 yason Exp $ -COMMENT = ??? -# COMMENT-foo = ??? for multi packages +COMMENT = game similar to Crimsonland -DISTNAME = violetland-v0.3.2-src -PKGNAME = violetland-0.3.2 +DISTNAME = violetland-v0.4.2-src +PKGNAME = violetland-0.4.2 CATEGORIES = games HOMEPAGE = http://code.google.com/p/violetland/ -#MAINTAINER = ??? +MAINTAINER = Kirill Bychkov # GPLv3 / Creative Commons 3.0 BY-SA PERMIT_PACKAGE_CDROM = Yes @@ -20,18 +18,21 @@ PERMIT_DISTFILES_FTP = Yes WANTLIB += GL GLU ICE SDL SDL_image SDL_mixer SDL_ttf SM X11 Xext -WANTLIB += c m pthread stdc++ +WANTLIB += boost_filesystem-mt boost_system-mt c intl m pthread stdc++ MASTER_SITES = http://violetland.googlecode.com/files/ EXTRACT_SUFX = .zip MODULES = devel/cmake -LIB_DEPENDS = devel/sdl-image \ +LIB_DEPENDS = devel/boost \ + devel/gettext \ + devel/sdl-image \ devel/sdl-mixer \ - devel/sdl-ttf \ - textproc/intltool - -SEPARATE_BUILD = simple + devel/sdl-ttf + +CONFIGURE_ARGS += -DDATA_INSTALL_DIR="${PREFIX}/share/violetland" + +SEPARATE_BUILD = concurrent NO_REGRESS = Yes