mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
c699b06a30
- Disable static module - Finish staging support - Replace pkg-plist with PLIST_FILES
32 lines
1020 B
Makefile
32 lines
1020 B
Makefile
# Created by: anders
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libvmod-header
|
|
DISTVERSION= 0.3-5
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://anders.fupp.net/distfiles/
|
|
PKGNAMEPREFIX= varnish-
|
|
#DISTNAME= KristianLyng-${PORTNAME}-${VMOD_HEADER_HASH}
|
|
#DISTFILES= KristianLyng-${PORTNAME}-${DISTVERSION}-g${VMOD_HEADER_HASH}.tar.gz
|
|
|
|
MAINTAINER= anders@FreeBSD.org
|
|
COMMENT= Varnish Module (vmod) for manipulation of duplicated headers
|
|
|
|
LICENSE= BSD
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish \
|
|
rst2man:${PORTSDIR}/textproc/py-docutils
|
|
|
|
USES= gmake libtool pkgconfig
|
|
USE_AUTOTOOLS= aclocal libtoolize autoheader automake autoconf
|
|
ACLOCAL_ARGS= -I m4
|
|
AUTOMAKE_ARGS= --add-missing --copy --foreign
|
|
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
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-master
|
|
|
|
.include <bsd.port.mk>
|