1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/xqilla/Makefile
Pietro Cerutti cd655f389f - 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
2013-10-10 09:13:07 +00:00

41 lines
731 B
Makefile

# Created by: vanilla@
# $FreeBSD$
PORTNAME= xqilla
PORTVERSION= 2.3.0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= SF
DISTNAME= XQilla-${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= XQuery and XPath2 library
OPTIONS_DEFINE= DOCS
LICENSE= AL2
LIB_DEPENDS= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3
USES= gmake
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
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
.include <bsd.port.mk>