1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/games/lordsawar/Makefile
Alex Kozlov 61ccb75449 - Convert to optionsNG
- Pet portlint
- Remove pkg-plist from security/dropbear

Approved by:	eadler (mentor)
2012-06-25 04:15:50 +00:00

42 lines
995 B
Makefile

# New ports collection makefile for: lordsawar
# Date created: 12 February 2008
# Whom: spam@rm-rf.kiev.ua
#
# $FreeBSD$
#
PORTNAME= lordsawar
PORTVERSION= 0.1.9
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ak@FreeBSD.org
COMMENT= A 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
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= intltool
USE_SDL= sdl image mixer
GNU_CONFIGURE= yes
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
.include <bsd.port.mk>