blob: fb299b0e678a9321499bbf1272c987175f50f822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $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"
|