diff options
author | peter <peter@pkgsrc.org> | 2005-01-18 17:53:18 +0000 |
---|---|---|
committer | peter <peter@pkgsrc.org> | 2005-01-18 17:53:18 +0000 |
commit | 4a2f326c0741f7f15cf9079ce55cbfa16b9aa7e3 (patch) | |
tree | 208353a992e0d12a7cfef07e8e5ae49749628d60 /devel/tcllib/Makefile | |
parent | 19cf7177229258bb8395fd995451ee337949d9b3 (diff) | |
download | pkgsrc-4a2f326c0741f7f15cf9079ce55cbfa16b9aa7e3.tar.gz |
Initial import of tcllib-1.7 into the NetBSD Packages Collection.
Tcllib is a collection of utility modules for Tcl. The intent is to
collect commonly used function into a single library, which users can
rely on to be available and stable.
Diffstat (limited to 'devel/tcllib/Makefile')
-rw-r--r-- | devel/tcllib/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile new file mode 100644 index 00000000000..cb2c7a8eff9 --- /dev/null +++ b/devel/tcllib/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/18 17:53:18 peter Exp $ +# + +DISTNAME= tcllib-1.7 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcllib/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= peter@pointless.nl +HOMEPAGE= http://tcllib.sourceforge.net/ +COMMENT= Collection of utility modules for Tcl + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes +NO_BUILD= yes + +SUBST_CLASSES= fix +SUBST_STAGE.fix= post-patch +SUBST_FILES.fix= modules/doctools/mpformats/_html.tcl +SUBST_SED.fix= -e "s,/usr/bin/wget -q -O,${FETCH_CMD} -V -o,g" +SUBST_MESSAGE.fix= "Fixing hardcoded ftp binary" + +post-patch: + @${FIND} ${WRKSRC} -name \*.orig | ${XARGS} ${RM} + +.include "../../lang/tcl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |