aboutsummaryrefslogtreecommitdiff
path: root/www/varnish2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/varnish2/Makefile')
-rw-r--r--www/varnish2/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/varnish2/Makefile b/www/varnish2/Makefile
deleted file mode 100644
index eed626056724..000000000000
--- a/www/varnish2/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: varnish
-# Date created: 2006-08-11
-# Whom: des
-#
-# $FreeBSD$
-#
-
-PORTNAME= varnish
-PORTVERSION= 1.0.2
-PORTREVISION= 2
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= des@FreeBSD.org
-COMMENT= The Varnish high-performance HTTP accelerator
-
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --mandir=${PREFIX}/man
-USE_LDCONFIG= yes
-
-MAN1= varnishd.1 varnishhist.1 varnishlog.1 varnishncsa.1 \
- varnishstat.1 varnishtop.1
-MAN7= vcl.7
-USE_RC_SUBR+= varnishd
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 601000
-BROKEN= does not compile
-.endif
-
-.include <bsd.port.post.mk>