diff options
author | jlam <jlam@pkgsrc.org> | 2005-11-28 06:41:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-11-28 06:41:20 +0000 |
commit | e6e49a2f0f499b5bffcaf043e9b4f7727b7ebd6f (patch) | |
tree | 97d106419153be05872243d53d0c35426e7d6dc6 /graphics/iGMT | |
parent | ec87e5b5a9978501b8e3859f3bbbcb61cf88d32c (diff) | |
download | pkgsrc-e6e49a2f0f499b5bffcaf043e9b4f7727b7ebd6f.tar.gz |
Change all instances of including mk/ghostscript.mk into asking for
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk. This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
Diffstat (limited to 'graphics/iGMT')
-rw-r--r-- | graphics/iGMT/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/iGMT/Makefile b/graphics/iGMT/Makefile index f0264f4544d..9d16c92c43b 100644 --- a/graphics/iGMT/Makefile +++ b/graphics/iGMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/06/16 06:57:58 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2005/11/28 06:41:20 jlam Exp $ DISTNAME= igmt_v1.2 PKGNAME= iGMT-1.2 @@ -19,6 +19,7 @@ DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick WRKSRC= ${WRKDIR}/igmt_1.2 NO_BUILD= yes +USE_TOOLS= gs:run GMT_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= GMT_PREFIX=GMT EVAL_PREFIX+= TK_PREFIX=tk @@ -53,5 +54,4 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} example*.ps.gz \ ${WRKSRC}/example*.dat ${PREFIX}/share/examples/igmt/ -.include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |