opnsense-ports/textproc/xmlgen/Makefile
Franco Fichtner 78643d4f9c */*: sync with upstream
Taken from: FreeBSD
2023-11-07 14:07:58 +01:00

20 lines
511 B
Makefile

PORTNAME= xmlgen
PORTVERSION= 1.4
CATEGORIES= textproc tcl
MASTER_SITES= SF/tclxml/${PORTNAME}/v${PORTVERSION}
MAINTAINER= dereckson@gmail.com
COMMENT= Write XML documents using Tcl
WWW= https://tclxml.sourceforge.net/
USES= tcl
NO_BUILD= yes
.include <bsd.port.pre.mk>
do-install:
cd ${WRKSRC} && ${TCLSH} bras-sa PKGDIR=${STAGEDIR}${PREFIX}/lib/${PORTNAME} \
DOCDIR=${STAGEDIR}${PREFIX}/share/doc/${PORTNAME} \
CGIDIR=${STAGEDIR}${PREFIX}/www/${PORTNAME} install
.include <bsd.port.post.mk>