pkgsrc/www/varnish/Makefile
wiz 60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00

23 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/05/19 08:59:38 wiz Exp $
#
DISTNAME= varnish-2.0.4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=varnish/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://varnish-cache.org/
COMMENT= High-performace HTTP accelerator
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= autoconf
pre-configure:
cd ${WRKSRC} && autoconf
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"