diff options
Diffstat (limited to 'net/proxy-suite/Makefile')
-rw-r--r-- | net/proxy-suite/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index ac418399a372..1fd47b5f504e 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -6,8 +6,7 @@ # PORTNAME= proxy-suite -PORTVERSION= 1.9.2.1 -PORTREVISION= 1 +PORTVERSION= 1.9.2.2 CATEGORIES= net MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/projects/proxy-suite/src/ \ @@ -18,10 +17,12 @@ COMMENT= The SuSE Proxy-Suite, a set of programs to enhance firewall security USE_AUTOCONF_VER= 253 USE_GMAKE= yes +USE_BZIP2= yes # # basic configure args # +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --prefix=${PREFIX} --with-libwrap=/usr/lib --with-regex \ --localstatedir=/var/run \ --enable-warnings --enable-so-linger \ @@ -35,11 +36,11 @@ CONFIGURE_ARGS+= --enable-rfc1579 .endif # -# OPTIONAL: include ldap-support - currently ldap.2 needs minor fixes... +# OPTIONAL: include ldap-support # .if defined(WITH_LDAP) +USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-libldap=${LOCALBASE}/lib -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 .else CONFIGURE_ARGS+= --without-libldap .endif |