2006-08-11 17:56:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= varnish
|
2011-02-17 10:32:10 +00:00
|
|
|
PORTVERSION= 2.1.5
|
2012-12-10 19:11:11 +00:00
|
|
|
PORTREVISION= 2
|
2006-08-11 17:56:20 +00:00
|
|
|
CATEGORIES= www
|
2011-02-17 10:32:10 +00:00
|
|
|
MASTER_SITES= http://repo.varnish-cache.org/source/
|
2006-08-11 17:56:20 +00:00
|
|
|
|
2011-08-22 22:07:17 +00:00
|
|
|
MAINTAINER= anders@FreeBSD.org
|
2006-08-11 17:56:20 +00:00
|
|
|
COMMENT= The Varnish high-performance HTTP accelerator
|
|
|
|
|
2010-10-21 16:56:02 +00:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2012-12-10 19:11:11 +00:00
|
|
|
LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
|
2010-05-05 22:29:32 +00:00
|
|
|
|
2011-08-29 22:26:29 +00:00
|
|
|
LATEST_LINK= varnish2
|
|
|
|
CONFLICTS= varnish-3.*
|
|
|
|
|
2006-08-11 17:56:20 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2009-10-13 18:51:10 +00:00
|
|
|
USE_GMAKE= yes
|
2007-07-25 11:09:07 +00:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}
|
2010-10-25 16:13:30 +00:00
|
|
|
CONFIGURE_ENV= RST2MAN=true
|
2006-08-11 17:56:20 +00:00
|
|
|
USE_LDCONFIG= yes
|
2010-03-30 13:40:17 +00:00
|
|
|
USE_GNOME= pkgconfig
|
2006-08-11 17:56:20 +00:00
|
|
|
|
2007-07-25 11:09:07 +00:00
|
|
|
MAN1= varnishadm.1 varnishd.1 varnishhist.1 varnishlog.1 \
|
2010-04-27 09:10:07 +00:00
|
|
|
varnishncsa.1 varnishreplay.1 varnishsizes.1 \
|
|
|
|
varnishstat.1 varnishtest.1 varnishtop.1
|
2006-11-15 03:11:56 +00:00
|
|
|
MAN7= vcl.7
|
2007-12-20 14:09:53 +00:00
|
|
|
USE_RC_SUBR= varnishd varnishlog varnishncsa
|
2009-10-13 18:51:10 +00:00
|
|
|
SUB_FILES= pkg-message
|
2006-08-11 17:56:20 +00:00
|
|
|
|
2007-07-25 11:09:07 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2009-10-13 18:51:10 +00:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2012-07-01 16:47:11 +00:00
|
|
|
.include <bsd.port.mk>
|