summaryrefslogtreecommitdiff
path: root/textproc/tcl-xml/Makefile
diff options
context:
space:
mode:
authorjwise <jwise>2000-08-30 19:46:37 +0000
committerjwise <jwise>2000-08-30 19:46:37 +0000
commite3a21737845c94f30bd704156efc36fe3d10b72f (patch)
treefe0cf5bd870598f7da91cbadb7a0a6f94d9bb837 /textproc/tcl-xml/Makefile
parentd837c49d8b3d14edc0a3a25362eb56e820b227c1 (diff)
downloadpkgsrc-e3a21737845c94f30bd704156efc36fe3d10b72f.tar.gz
Reimport this package as tcl-xml-1.2, adapted for tcl-8.3.2.
Diffstat (limited to 'textproc/tcl-xml/Makefile')
-rw-r--r--textproc/tcl-xml/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/textproc/tcl-xml/Makefile b/textproc/tcl-xml/Makefile
new file mode 100644
index 00000000000..de4393d6d61
--- /dev/null
+++ b/textproc/tcl-xml/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/08/30 19:46:37 jwise 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/
+
+DEPENDS+= tcl-8.3.2:../../lang/tcl
+
+# old name for this package...
+CONFLICTS+= TclXML-*
+
+NO_CONFIGURE=
+NO_BUILD=
+
+do-install:
+ ${MKDIR} ${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
+ ${MKDIR} ${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"