diff options
author | jlam <jlam> | 2005-11-28 06:41:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-11-28 06:41:20 +0000 |
commit | 9db6c646b68577a8922b10f4abbca7b50dbfb641 (patch) | |
tree | 97d106419153be05872243d53d0c35426e7d6dc6 /graphics/iGMT | |
parent | 5ddc900951e951816aa20985beed2a888ead76f0 (diff) | |
download | pkgsrc-9db6c646b68577a8922b10f4abbca7b50dbfb641.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" |