2014-01-04 16:52:09 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2014/01/04 16:52:09 fgsch Exp $
|
2011-12-23 13:06:30 +00:00
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
2009-11-23 00:28:10 +00:00
|
|
|
|
|
|
|
COMMENT = high-performance HTTP accelerator
|
|
|
|
|
2014-01-04 16:52:09 +00:00
|
|
|
DISTNAME = varnish-3.0.5
|
2009-11-23 00:28:10 +00:00
|
|
|
CATEGORIES = www
|
|
|
|
|
2011-12-23 13:06:30 +00:00
|
|
|
SHARED_LIBS = varnishapi 1.0
|
2009-11-23 00:28:10 +00:00
|
|
|
|
2010-06-30 21:49:37 +00:00
|
|
|
HOMEPAGE = http://www.varnish-cache.org/
|
2009-11-23 00:28:10 +00:00
|
|
|
|
2014-01-04 16:52:09 +00:00
|
|
|
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
|
|
|
|
2009-11-23 00:28:10 +00:00
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2013-09-23 08:23:15 +00:00
|
|
|
WANTLIB = c curses m pcre pthread readline termcap
|
2011-12-23 13:06:30 +00:00
|
|
|
|
2014-01-04 16:52:09 +00:00
|
|
|
MASTER_SITES = http://repo.varnish-cache.org/source/
|
|
|
|
|
2012-10-19 16:27:47 +00:00
|
|
|
BUILD_DEPENDS = textproc/py-docutils
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS = devel/pcre
|
2009-11-23 00:28:10 +00:00
|
|
|
|
2014-01-04 16:52:09 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
2009-11-23 00:28:10 +00:00
|
|
|
|
2013-09-23 08:23:15 +00:00
|
|
|
TEST_TARGET = check
|
2011-12-26 22:26:39 +00:00
|
|
|
|
2009-11-23 00:28:10 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/varnish
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/varnish
|
|
|
|
mv ${WRKINST}${SYSCONFDIR}/varnish/default.vcl \
|
|
|
|
${PREFIX}/share/examples/varnish
|
2014-01-04 16:52:09 +00:00
|
|
|
rm -f ${PREFIX}/lib/varnish/{vmods,}/*.{a,la}
|
2009-11-23 00:28:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|