Support stage
This commit is contained in:
parent
5377c11062
commit
5f1b1e92ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340973
1 changed files with 3 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue