pkgsrc/textproc/tcl-xml/Makefile
jlam f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00

30 lines
903 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/09/27 23:18:47 jlam Exp $
#
DISTNAME= TclXML-1.2
PKGNAME= tcl-xml-1.2
CATEGORIES= textproc www tcl
MASTER_SITES= http://www.zveno.com/in-tclxml/
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://www.zveno.com/zm.cgi/in-tclxml/
COMMENT= XML parser implemented entirely in Tcl
DEPENDS+= tcl>=8.3.2:../../lang/tcl
# old name for this package...
CONFLICTS+= TclXML-[0-9]*
NO_CONFIGURE=
NO_BUILD=
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/tcl/TclXML
${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/tcl/TclXML
${INSTALL_DATA} ${WRKSRC}/sgml.tcl ${PREFIX}/lib/tcl/TclXML
${INSTALL_DATA} ${WRKSRC}/xml.tcl ${PREFIX}/lib/tcl/TclXML
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcl/TclXML
${INSTALL_DATA} ${WRKSRC}/docs/reference.html ${PREFIX}/share/doc/tcl/TclXML
${INSTALL_DATA} ${WRKSRC}/changes ${PREFIX}/share/doc/tcl/TclXML
.include "../../mk/bsd.pkg.mk"