2008-02-21 09:53:00 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lordsawar
|
2013-05-20 10:58:29 +02:00
|
|
|
PORTVERSION= 0.2.0
|
2008-02-21 09:53:00 +01:00
|
|
|
CATEGORIES= games
|
2013-05-20 10:58:29 +02:00
|
|
|
MASTER_SITES= SAVANNAH
|
2008-02-21 09:53:00 +01:00
|
|
|
|
2013-04-29 19:53:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Warlords II clone
|
2008-02-21 09:53:00 +01:00
|
|
|
|
2012-06-25 06:15:50 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2009-07-28 13:45:08 +02:00
|
|
|
BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \
|
|
|
|
${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
|
2013-05-20 10:58:29 +02:00
|
|
|
LIB_DEPENDS= tar:${PORTSDIR}/devel/libtar \
|
|
|
|
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
|
|
|
|
gnet-2:${PORTSDIR}/net/gnet2
|
2008-02-21 09:53:00 +01:00
|
|
|
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
2013-05-20 10:58:29 +02:00
|
|
|
USE_GNOME= gnomehier gtkmm24
|
2012-06-25 06:15:50 +02:00
|
|
|
USE_SDL= sdl image mixer
|
2013-05-20 10:58:29 +02:00
|
|
|
USE_GCC= any
|
|
|
|
USE_GMAKE= yes
|
2010-07-10 13:06:18 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-05-20 10:58:29 +02:00
|
|
|
CONFIGURE_ARGS= --with-boost-includedir=${LOCALBASE}/include
|
2010-07-10 13:06:18 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2008-02-21 09:53:00 +01:00
|
|
|
|
2010-07-10 13:06:18 +02:00
|
|
|
.include <bsd.port.mk>
|