mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Remove indefinite article from COMMENT
- Add LICENSE (AL2) - Add DOCS OPTION - Convert to USES+=gmake - Convert to new LIB_DEPENDS format - STAGE-clean - Bump PORTREVISION
This commit is contained in:
parent
71eade7397
commit
cd655f389f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329980
1 changed files with 22 additions and 5 deletions
|
@ -3,21 +3,38 @@
|
||||||
|
|
||||||
PORTNAME= xqilla
|
PORTNAME= xqilla
|
||||||
PORTVERSION= 2.3.0
|
PORTVERSION= 2.3.0
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
DISTNAME= XQilla-${PORTVERSION}
|
DISTNAME= XQilla-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= gahr@FreeBSD.org
|
MAINTAINER= gahr@FreeBSD.org
|
||||||
COMMENT= An XQuery and XPath2 library
|
COMMENT= XQuery and XPath2 library
|
||||||
|
|
||||||
LIB_DEPENDS= xerces-c.3:${PORTSDIR}/textproc/xerces-c3
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
USE_GMAKE= yes
|
LICENSE= AL2
|
||||||
USES= perl5
|
|
||||||
|
LIB_DEPENDS= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3
|
||||||
|
|
||||||
|
USES= gmake
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
|
PORTDOCS= *
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
|
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
|
||||||
|
|
||||||
|
post-build:
|
||||||
|
cd ${WRKSRC} && ${GMAKE} docs
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \*-api ${STAGEDIR}${DOCSDIR}
|
||||||
|
.endif
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue