aboutsummaryrefslogtreecommitdiff
path: root/devel/bennugd-modules/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-01-20 01:34:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-01-20 01:34:53 +0000
commitf98dbe9543a4c4ee7d9682771d1613329d6d3ff0 (patch)
treef1f03e250b3a5f0c621cbb13a08034ded597dc42 /devel/bennugd-modules/Makefile
parentc954c5e1a6759c7b74e7d75102cfd51a5abbab8e (diff)
downloadports-f98dbe9543a4c4ee7d9682771d1613329d6d3ff0.tar.gz
ports-f98dbe9543a4c4ee7d9682771d1613329d6d3ff0.zip
- Update to svn20130912
- Support staging - Fix build on 10.x
Notes
Notes: svn path=/head/; revision=340361
Diffstat (limited to 'devel/bennugd-modules/Makefile')
-rw-r--r--devel/bennugd-modules/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/bennugd-modules/Makefile b/devel/bennugd-modules/Makefile
index 047232aad281..4d8b15677d5e 100644
--- a/devel/bennugd-modules/Makefile
+++ b/devel/bennugd-modules/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= modules
-PORTVERSION= r20091106
-PORTREVISION= 4
+PORTVERSION= svn20130912
CATEGORIES= devel games
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
PKGNAMEPREFIX= bennugd-
@@ -12,21 +11,22 @@ DISTNAME= bennugd-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= High level open source game development suite, modules
-BUILD_DEPENDS= ${LOCALBASE}/lib/libbgdrtm.so:${PORTSDIR}/devel/bennugd-core
-RUN_DEPENDS= ${LOCALBASE}/lib/libbgdrtm.so:${PORTSDIR}/devel/bennugd-core
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libbgdrtm.so:${PORTSDIR}/devel/bennugd-core \
+ libpng.so:${PORTSDIR}/graphics/png
+USE_BZIP2= yes
USE_SDL= sdl mixer
GNU_CONFIGURE= yes
+USES= pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --libdir="${PREFIX}/lib/bennugd"
+CONFIGURE_ENV= ZLIB_CFLAGS=" " ZLIB_LIBS="-lz"
USE_DOS2UNIX= *.c
WRKSRC= ${WRKDIR}/bennugd/${PORTNAME}
-NO_STAGE= yes
post-extract:
@${CHMOD} a+x ${WRKSRC}/configure ${WRKSRC}/install-sh