openbsd-ports/net/ziproxy/Makefile
gonzalo d4bdfce7b8 Update for Ziproxy to 3.2.1:
* Changed HTTP authentication code to a modular one.
* Added SASL support for HTTP authentication.
* Fixed compilation issues with libpng 1.5.x.

And other, while here GROFF is not needed, change
configure style, add rc.d(8) script, and edd@ drop
maintership, I take care of this now.

Tested on amd64 and i386.

Ok edd@
2012-09-27 13:17:12 +00:00

58 lines
1.5 KiB
Makefile

# $OpenBSD: Makefile,v 1.8 2012/09/27 13:17:12 gonzalo Exp $
COMMENT = compressing non-caching HTTP proxy
DISTNAME = ziproxy-3.2.1
EXTRACT_SUFX = .tar.bz2
CATEGORIES = net www
HOMEPAGE = http://ziproxy.sourceforge.net/
MAINTAINER = Gonzalo L. R. <gonzalo@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c m pthread z gif>=5 png>=8 jpeg>=62 jasper>=2
WANTLIB += sasl2
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ziproxy/}
LIB_DEPENDS = graphics/libungif \
graphics/png \
graphics/jpeg \
graphics/jasper \
security/cyrus-sasl2
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CPPFLAGS = -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng
CONFIGURE_ARGS = --with-jasper=${LOCALBASE}
CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="${CPPFLAGS}"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ziproxy
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ziproxy/sasl
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ziproxy
${INSTALL_DATA} ${WRKSRC}/src/tools/ziproxy_genhtml_stats.sh \
${WRKSRC}/etc/ziproxy/*.list \
${WRKSRC}/etc/ziproxy/http.passwd \
${WRKSRC}/etc/ziproxy/ziproxy.conf \
${PREFIX}/share/examples/ziproxy
${INSTALL_DATA} ${WRKSRC}/etc/ziproxy/sasl/ziproxy.conf \
${PREFIX}/share/examples/ziproxy/sasl
.for i in COPYING CREDITS JPEG2000* README*
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/ziproxy
.endfor
.include <bsd.port.mk>