mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert to USES=libtool
- Disable static module - Finish staging support - Replace pkg-plist with PLIST_FILES
This commit is contained in:
parent
ecbc73a76c
commit
c699b06a30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360171
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libvmod-header
|
||||
DISTVERSION= 0.3-5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://anders.fupp.net/distfiles/
|
||||
PKGNAMEPREFIX= varnish-
|
||||
@ -17,23 +18,14 @@ LICENSE= BSD
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish \
|
||||
rst2man:${PORTSDIR}/textproc/py-docutils
|
||||
|
||||
USE_AUTOTOOLS= aclocal libtool libtoolize autoheader automake autoconf
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake libtool pkgconfig
|
||||
USE_AUTOTOOLS= aclocal libtoolize autoheader automake autoconf
|
||||
ACLOCAL_ARGS= -I m4
|
||||
LIBTOOLFLAGS= --copy --force
|
||||
AUTOMAKE_ARGS= --add-missing --copy --foreign
|
||||
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish
|
||||
|
||||
MAN3= vmod_header.3
|
||||
PLIST_FILES= man/man3/vmod_header.3.gz lib/varnish/vmods/libvmod_header.so
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-master
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-install:
|
||||
.if !defined(BATCH)
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +0,0 @@
|
||||
man/man3/vmod_header.3.gz
|
||||
lib/varnish/vmods/libvmod_header.so
|
||||
lib/varnish/vmods/libvmod_header.la
|
||||
lib/varnish/vmods/libvmod_header.a
|
Loading…
Reference in New Issue
Block a user