1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/textproc/xqilla/Makefile
Baptiste Daroussin a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00

42 lines
789 B
Makefile

# Created by: vanilla@
# $FreeBSD$
PORTNAME= xqilla
PORTVERSION= 2.3.0
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= SF
DISTNAME= XQilla-${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= XQuery and XPath2 library
OPTIONS_DEFINE= DOCS
LICENSE= APACHE20
LIB_DEPENDS= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3
USES= gmake libtool
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 \
dot:${PORTSDIR}/graphics/graphviz
post-build:
cd ${WRKSRC} && ${MAKE_CMD} docs
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \*-api ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>