freebsd-ports/www/varnish-modules/Makefile
2021-04-28 11:50:53 -04:00

39 lines
828 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
PORTNAME= varnish-modules
PORTVERSION= 0.18.0
CATEGORIES= www
MAINTAINER= zi@FreeBSD.org
COMMENT= Collection of Varnish Cache modules by Varnish Software
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= rst2man:textproc/py-docutils
USES= autoreconf:build gmake libtool pkgconfig python:build varnish:6
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= varnish
GH_PROJECT= varnish-modules
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= DOCS
PORTDOCS= *
CFLAGS+= -Wno-error=deprecated-declarations
pre-configure:
cd ${WRKSRC} && ./bootstrap
post-build-DOCS-on:
cd ${WRKSRC} && ${MAKE_CMD} rst-docs
post-install-DOCS-on:
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '-not -regex .*.man.rst'
.include <bsd.port.mk>