mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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
This commit is contained in:
parent
dbf64c8d6b
commit
8783dd864a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225013
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user