mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
fef02240ea
- 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)
21 lines
496 B
Makefile
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>
|