# $OpenBSD: Makefile.template,v 1.68 2013/10/02 07:34:45 ajacoutot Exp $ COMMENT = Jagged Alliance 2 engine GH_ACCOUNT = ja2-stracciatella GH_PROJECT = ja2-stracciatella GH_TAGNAME = v0.15.1 CATEGORIES = games HOMEPAGE = http://ja2-stracciatella.github.io MAINTAINER = Nils Reuße # SFI-SCLA / public domain PERMIT_PACKAGE_CDROM = No commercial use allowed by SFI-SCLA PERMIT_PACKAGE_FTP = Yes WANTLIB += boost_filesystem boost_system c m pthread SDL stdc++ LIB_DEPENDS = devel/sdl \ devel/boost RUN_DEPENDS = x11/gtk+3,-guic \ devel/desktop-file-utils USE_GMAKE = Yes MAKE_FLAGS = Q= WITH_UNITTESTS=0 WITH_DEBUGINFO=1 NO_TEST = Yes # strip BOM, gcc 4.2.1 doesn't understand it post-extract: perl -pi -e 's,\xef\xbb\xbf,,' ${WRKSRC}/Build/Utils/_*Text.cc .include