freebsd-ports/www/varnish2/Makefile

32 lines
673 B
Makefile
Raw Normal View History

# New ports collection makefile for: varnish
# Date created: 2006-08-11
# Whom: des
#
# $FreeBSD$
#
PORTNAME= varnish
2006-11-09 12:26:27 +01:00
PORTVERSION= 1.0.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}
2006-11-09 12:26:27 +01:00
CONFIGURE_ARGS= --mandir=${PREFIX}/man
USE_LDCONFIG= yes
2006-11-09 12:26:27 +01:00
MAN= varnishd.1 varnishhist.1 varnishlog.1 varnishncsa.1 \
varnishstat.1 varnishtop.1 vcl.7
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 601000
BROKEN= does not compile
.endif
.include <bsd.port.post.mk>