blob: 5aabb4d21e2f96e49a6073fd31775fb3f070bd7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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>
|