1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/www/varnish2/Makefile

41 lines
883 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= varnish
2011-02-17 10:32:10 +00:00
PORTVERSION= 2.1.5
PORTREVISION= 2
CATEGORIES= www
2011-02-17 10:32:10 +00:00
MASTER_SITES= http://repo.varnish-cache.org/source/
MAINTAINER= anders@FreeBSD.org
COMMENT= The Varnish high-performance HTTP accelerator
2010-10-21 16:56:02 +00:00
LICENSE= BSD
LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
2010-05-05 22:29:32 +00:00
LATEST_LINK= varnish2
CONFLICTS= varnish-3.*
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}
CONFIGURE_ENV= RST2MAN=true
USE_LDCONFIG= yes
2010-03-30 13:40:17 +00:00
USE_GNOME= pkgconfig
MAN1= varnishadm.1 varnishd.1 varnishhist.1 varnishlog.1 \
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
SUB_FILES= pkg-message
post-patch:
@${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \
${WRKSRC}/Makefile.in
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>