pkgsrc/devel/tcllib/Makefile
peter 4a2f326c07 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.
2005-01-18 17:53:18 +00:00

27 lines
713 B
Makefile

# $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"