aboutsummaryrefslogtreecommitdiff
path: root/www/varnish2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/varnish2/Makefile')
-rw-r--r--www/varnish2/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/www/varnish2/Makefile b/www/varnish2/Makefile
deleted file mode 100644
index 193f1049321b..000000000000
--- a/www/varnish2/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: varnish
-# Date created: 2006-08-11
-# Whom: des
-#
-# $FreeBSD$
-#
-
-PORTNAME= varnish
-PORTVERSION= 2.0.6
-CATEGORIES= www
-MASTER_SITES= SF
-
-MAINTAINER= des@FreeBSD.org
-COMMENT= The Varnish high-performance HTTP accelerator
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}
-USE_LDCONFIG= yes
-
-# not yet
-#LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
-
-MAN1= varnishadm.1 varnishd.1 varnishhist.1 varnishlog.1 \
- varnishncsa.1 varnishreplay.1 varnishstat.1 varnishtest.1 \
- varnishtop.1
-MAN7= vcl.7
-USE_RC_SUBR= varnishd varnishlog varnishncsa
-SUB_FILES= pkg-message
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 601000
-BROKEN= does not compile
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \
- ${WRKSRC}/Makefile.in
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>