Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-25 00:50:23 +00:00
parent 5377c11062
commit 5f1b1e92ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340973

View file

@ -10,21 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic configuration management library
LIB_DEPENDS= strfunc.9:${PORTSDIR}/devel/libstrfunc
OPTIONS_DEFINE= DOCS
LIB_DEPENDS= libstrfunc.so:${PORTSDIR}/devel/libstrfunc
USE_AUTOTOOLS= libtool
USE_LDCONFIG= YES
GNU_CONFIGURE= yes
.if defined(.PARSEDIR)
USE_GMAKE= yes
.endif
.include <bsd.port.options.mk>
post-patch:
.if ! ${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>