1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/textproc/xmlgen/Makefile
Pietro Cerutti fef02240ea - Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
  default, I don't expect this change to cause much trouble)
2013-04-23 11:51:52 +00:00

21 lines
496 B
Makefile

# Created by: Sébastien Santoro <dereckson@gmail.com>
# $FreeBSD$
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
USE_TCL= 84+
NO_BUILD= yes
.include <bsd.port.pre.mk>
do-install:
cd ${WRKSRC} && ${TCLSH} bras-sa PKGDIR=${PREFIX}/lib/${PORTNAME} DOCDIR=${PREFIX}/share/doc/${PORTNAME} CGIDIR=${PREFIX}/www/${PORTNAME} install
.include <bsd.port.post.mk>