diff options
author | nork <nork@FreeBSD.org> | 2008-12-31 01:43:11 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2008-12-31 01:43:11 +0800 |
commit | 13aeeb38c60676b49645c0f146cad43684337d29 (patch) | |
tree | 28d7aa251a27766c95ff0e6932ec4b04ce3b2253 /www | |
parent | 49a194998d6494373bfac69451ae33530485fc41 (diff) | |
download | freebsd-ports-gnome-13aeeb38c60676b49645c0f146cad43684337d29.tar.gz freebsd-ports-gnome-13aeeb38c60676b49645c0f146cad43684337d29.tar.zst freebsd-ports-gnome-13aeeb38c60676b49645c0f146cad43684337d29.zip |
o Update to 3.10.2.
o Rework probing libraries using CPPFLAGS and LDFLAGS.
o Add some dependencies, accordingly.
Approved by: maintainer timeout (1 month)
Reviewed by: nyan
Diffstat (limited to 'www')
-rw-r--r-- | www/awffull/Makefile | 22 | ||||
-rw-r--r-- | www/awffull/distinfo | 6 |
2 files changed, 22 insertions, 6 deletions
diff --git a/www/awffull/Makefile b/www/awffull/Makefile index 835ba4e85bc1..92a6b7e89b60 100644 --- a/www/awffull/Makefile +++ b/www/awffull/Makefile @@ -6,8 +6,8 @@ # PORTNAME= awffull -PORTVERSION= 3.8.2 -PORTREVISION= 1 +PORTVERSION= 3.10.2 +PORTREVISION= 0 CATEGORIES= www MASTER_SITES= http://www.stedee.id.au/files/ @@ -18,19 +18,35 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ png.5:${PORTSDIR}/graphics/png \ pcre.0:${PORTSDIR}/devel/pcre +RUN_DEPENDS?= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera +BUILD_DEPENS= ${RUN_DEPENDS} + +FONTDEFAULT?= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/VeraBd.ttf +FONTLABEL?= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf + OPTIONS= GEOIP "Enable support for GeoIP (Country Detection)" Off +USE_ICONV= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-pnglib=${LOCALBASE}/lib +CONFIGURE_ARGS+=--with-font-default=${FONTDEFAULT} \ + --with-font-label=${FONTLABEL} +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib MAN1= awffull.1 +MAN5= awffull.conf.5 .include <bsd.port.pre.mk> .if defined(WITH_GEOIP) LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP +CONFIGURE_ARGS+=--enable-geoip +.else +CONFIGURE_ARGS+=--disable-geoip .endif .include <bsd.port.post.mk> diff --git a/www/awffull/distinfo b/www/awffull/distinfo index 3ef127ecf4b0..1148fe959b14 100644 --- a/www/awffull/distinfo +++ b/www/awffull/distinfo @@ -1,3 +1,3 @@ -MD5 (awffull-3.8.2.tar.gz) = 24c972e1feefb223f0a8d4528dabe8c4 -SHA256 (awffull-3.8.2.tar.gz) = 53aa9f535ac44e5022f7312c73d0c54513a0ff1538d202f000a35ffdb4ef4195 -SIZE (awffull-3.8.2.tar.gz) = 984392 +MD5 (awffull-3.10.2.tar.gz) = 90c1b0137ce687d06e56c49b854d41c1 +SHA256 (awffull-3.10.2.tar.gz) = 995de9f87f48b7c2a2e6743e34ae2427240ec417871b319fc117478d2fd59760 +SIZE (awffull-3.10.2.tar.gz) = 1048098 |