21 lines
442 B
Makefile
21 lines
442 B
Makefile
|
# $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"
|