4b86e2bfab
their files via a custom do-install target.
35 lines
982 B
Makefile
35 lines
982 B
Makefile
# $NetBSD: Makefile,v 1.17 2008/03/04 15:39:11 jlam 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
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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} ${DESTDIR}${PREFIX}/lib/tcl/tkpiechart
|
|
cd ${WRKSRC}; ./instapkg.tcl ${DESTDIR}${PREFIX}/lib/tcl/tkpiechart
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|