pkgsrc/www/varnish/Makefile

21 lines
442 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1.1.1 2006/12/04 16:04:54 xtraeme Exp $
#
DISTNAME= varnish-1.0.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=varnish/}
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://varnish-cache.org/
COMMENT= High-performace HTTP accelerator
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= autoconf
pre-configure:
cd ${WRKSRC} && autoconf
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"