2013-03-21 08:45:11 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2013/03/21 08:48:55 ajacoutot 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
|
|
|
|
|
2011-12-23 13:06:30 +00:00
|
|
|
DISTNAME = varnish-3.0.2
|
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
|
|
|
|
2011-12-23 13:06:30 +00:00
|
|
|
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
2010-06-30 21:49:37 +00:00
|
|
|
|
|
|
|
HOMEPAGE = http://www.varnish-cache.org/
|
2009-11-23 00:28:10 +00:00
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2011-12-23 13:06:30 +00:00
|
|
|
WANTLIB = c curses edit m pcre pthread
|
|
|
|
|
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
|
|
|
|
2011-12-23 13:06:30 +00:00
|
|
|
MASTER_SITES = http://repo.varnish-cache.org/source/
|
2009-11-23 00:28:10 +00:00
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
USE_GROFF = Yes
|
2011-12-23 13:06:30 +00:00
|
|
|
CONFIGURE_STYLE = autoconf
|
|
|
|
AUTOCONF_VERSION = 2.68
|
2009-11-23 00:28:10 +00:00
|
|
|
|
2013-03-11 11:35:43 +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
|
2011-12-23 13:06:30 +00:00
|
|
|
@find ${PREFIX}/lib/varnish -name '*.a' -print | xargs rm
|
|
|
|
@find ${PREFIX}/lib/varnish -name '*.la' -print | xargs rm
|
2009-11-23 00:28:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|