9fc2d7d281
need them, for example RESTRICTED and SUBST_MESSAGE.*.
34 lines
930 B
Makefile
34 lines
930 B
Makefile
# $NetBSD: Makefile,v 1.16 2006/04/22 09:22:09 rillig Exp $
|
|
|
|
DISTNAME= tkpiechart-5.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://jfontain.free.fr/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://jfontain.free.fr/
|
|
COMMENT= Tcl/Tk pie-chart utility; in Tcl, not as an extension
|
|
|
|
DEPENDS+= tk>=8.3.2:../../x11/tk
|
|
DEPENDS+= stooop>=3.7:../../devel/stooop
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
SUBST_CLASSES+= patch
|
|
SUBST_MESSAGE.patch= Remove version numbers for required packages.
|
|
SUBST_STAGE.patch= post-patch
|
|
SUBST_FILES.patch= demo demo.tcl instapkg.tcl piechart.htm
|
|
SUBST_SED.patch= -e '/require/s/stooop 3.7/stooop/g' \
|
|
-e '/require/s/switched 1.4/switched/g'
|
|
|
|
post-patch:
|
|
${CHMOD} a+x ${WRKSRC}/instapkg.tcl
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/tcl/tkpiechart
|
|
cd ${WRKSRC}; ./instapkg.tcl ${PREFIX}/lib/tcl/tkpiechart
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|