diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /fonts | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ghostscript-cidfonts/Makefile | 8 | ||||
-rw-r--r-- | fonts/ghostscript-cmaps/Makefile | 8 | ||||
-rw-r--r-- | fonts/p5-Font-AFM/Makefile | 3 | ||||
-rw-r--r-- | fonts/p5-Font-TTF/Makefile | 4 | ||||
-rw-r--r-- | fonts/p5-Font-TTFMetrics/Makefile | 4 | ||||
-rw-r--r-- | fonts/ttftot42/Makefile | 4 |
6 files changed, 21 insertions, 10 deletions
diff --git a/fonts/ghostscript-cidfonts/Makefile b/fonts/ghostscript-cidfonts/Makefile index 205c635e42f..e17f7b569f1 100644 --- a/fonts/ghostscript-cidfonts/Makefile +++ b/fonts/ghostscript-cidfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/09/02 20:36:15 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/20 01:09:19 joerg Exp $ DISTNAME= ghostscript-cidfonts-20000901 PKGREVISION= 2 @@ -6,11 +6,13 @@ CATEGORIES= fonts MASTER_SITES= # empty DISTFILES= # empty -DEPENDS+= adobe-cidfonts>=20000901:../../fonts/adobe-cidfonts - MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= CIDFont resources for Ghostscript +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= adobe-cidfonts>=20000901:../../fonts/adobe-cidfonts + GHOSTSCRIPT_REQD= 6.53 ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource diff --git a/fonts/ghostscript-cmaps/Makefile b/fonts/ghostscript-cmaps/Makefile index e10c0e94417..7049dd03e55 100644 --- a/fonts/ghostscript-cmaps/Makefile +++ b/fonts/ghostscript-cmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/09/02 20:37:00 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/20 01:09:19 joerg Exp $ DISTNAME= ghostscript-cmaps-20020913 PKGREVISION= 2 @@ -6,11 +6,13 @@ CATEGORIES= fonts MASTER_SITES= # empty DISTFILES= # empty -DEPENDS+= adobe-cmaps>=20020913:../../fonts/adobe-cmaps - MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= CMap resources for Ghostscript +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= adobe-cmaps>=20020913:../../fonts/adobe-cmaps + GHOSTSCRIPT_REQD= 6.53 ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource diff --git a/fonts/p5-Font-AFM/Makefile b/fonts/p5-Font-AFM/Makefile index d8ce14bd597..f04a092220c 100644 --- a/fonts/p5-Font-AFM/Makefile +++ b/fonts/p5-Font-AFM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:39 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/20 01:09:19 joerg Exp $ DISTNAME= Font-AFM-1.19 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Font-AFM/ COMMENT= Perl5 modules for parsing PostScript font metrics files PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Font/AFM/.packlist diff --git a/fonts/p5-Font-TTF/Makefile b/fonts/p5-Font-TTF/Makefile index 98b62d98922..040f1a5a9ad 100644 --- a/fonts/p5-Font-TTF/Makefile +++ b/fonts/p5-Font-TTF/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/06/18 02:46:27 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/20 01:09:19 joerg Exp $ # DISTNAME= Font-TTF-0.38.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~mhosken/Font-TTF/ COMMENT= Perl module for TrueType font hacking +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${DISTNAME:S/.1//} PERL5_PACKLIST= auto/Font/TTF/.packlist diff --git a/fonts/p5-Font-TTFMetrics/Makefile b/fonts/p5-Font-TTFMetrics/Makefile index 077c0e5dfed..769eebb8b7b 100644 --- a/fonts/p5-Font-TTFMetrics/Makefile +++ b/fonts/p5-Font-TTFMetrics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:29:39 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:19 joerg Exp $ # DISTNAME= Font-TTFMetrics-0.1 @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl parser for the True type font metric (TTF) files +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Font/TTFMetrics/.packlist .include "../../lang/perl5/module.mk" diff --git a/fonts/ttftot42/Makefile b/fonts/ttftot42/Makefile index 2f99639b819..3938887fc62 100644 --- a/fonts/ttftot42/Makefile +++ b/fonts/ttftot42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/11/25 11:55:57 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/20 01:09:19 joerg Exp $ # DISTNAME= ttftot42-0.3.1 @@ -10,6 +10,8 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://www.nih.at/ttftot42/index.html COMMENT= TrueType font to Type 42 converter +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CPPFLAGS+= -I${BUILDLINK_DIR}/include/freetype |