# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:39 tv 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 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"