diff options
Diffstat (limited to 'games/lordsawar/Makefile')
-rw-r--r-- | games/lordsawar/Makefile | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/games/lordsawar/Makefile b/games/lordsawar/Makefile index 3d9e74f4c841..73e2d8c6bcef 100644 --- a/games/lordsawar/Makefile +++ b/games/lordsawar/Makefile @@ -1,35 +1,30 @@ # $FreeBSD$ PORTNAME= lordsawar -PORTVERSION= 0.1.9 -PORTREVISION= 2 +PORTVERSION= 0.2.0 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Warlords II clone LICENSE= GPLv3 -LIB_DEPENDS= glademm-2:${PORTSDIR}/devel/libglademm24 \ - gnet-2:${PORTSDIR}/net/gnet2 \ - uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ - tar:${PORTSDIR}/devel/libtar BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= tar:${PORTSDIR}/devel/libtar \ + uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ + gnet-2:${PORTSDIR}/net/gnet2 USES= gettext -USE_GMAKE= yes -USE_GNOME= intltool +USE_GNOME= gnomehier gtkmm24 USE_SDL= sdl image mixer +USE_GCC= any +USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-boost-includedir=${LOCALBASE}/include MAKE_JOBS_SAFE= yes -CONFIGURE_ARGS+=--disable-nls \ - --with-boost-includedir=${LOCALBASE}/include/ - -CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |