diff options
Diffstat (limited to 'fonts/font-adobe-utopia-100dpi/Makefile')
-rw-r--r-- | fonts/font-adobe-utopia-100dpi/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/fonts/font-adobe-utopia-100dpi/Makefile b/fonts/font-adobe-utopia-100dpi/Makefile new file mode 100644 index 00000000000..caadbbd0e35 --- /dev/null +++ b/fonts/font-adobe-utopia-100dpi/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/15 09:40:01 joerg Exp $ +# + +DISTNAME= font-adobe-utopia-100dpi-1.0.1 +CATEGORIES= fonts +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/font/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= 100dpi Adobe Utopia PCF fonts + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= gmake pkg-config bdftopcf ucs2any + +FONTS_DIRS.x11= lib/X11/fonts/100dpi + +.include "../../fonts/font-util/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" |