dc0a634f5c
Making all in src gmake[3]: Entering directory '/wrkdirs/usr/ports/www/varnish-libvmod-header/work/libvmod-header-e87ac92/src' /usr/local/share/varnish/vmodtool.py ../src/vmod_header.vcc ERROR: Format error reading "../src/vmod_header.vcc": 'Unknown keyword: $Init' Makefile:678: recipe for target 'vcc_if.c' failed Reported by: pkg-fallout
32 lines
806 B
Makefile
32 lines
806 B
Makefile
# Created by: anders
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libvmod-header
|
|
DISTVERSION= 0.31
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
PKGNAMEPREFIX= varnish-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Varnish Module (vmod) for manipulation of duplicated headers
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BROKEN= fails to build
|
|
|
|
BUILD_DEPENDS= varnish4>=4.0.2:${PORTSDIR}/www/varnish4 \
|
|
rst2man:${PORTSDIR}/textproc/py-docutils
|
|
|
|
USES= autoreconf gmake libtool pkgconfig python:2,build
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish
|
|
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish
|
|
PLIST_FILES= man/man3/vmod_header.3.gz lib/varnish/vmods/libvmod_header.so
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= varnish
|
|
GH_TAGNAME= e87ac92
|
|
|
|
.include <bsd.port.mk>
|