pkgsrc/devel/tcllib/Makefile
2005-12-07 14:16:26 +00:00

26 lines
689 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/12/07 14:16:26 peter Exp $
#
DISTNAME= tcllib-1.8
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"