diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-20 12:30:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-20 12:30:29 +0000 |
commit | 017b14e12bc68214319f26eb8e45908376dea7dd (patch) | |
tree | cb0ddba5d61414ae222a16766db83cfdbe9216e2 /fonts/mkfontscale/Makefile | |
parent | 0f91f2a92389308b7a2e6a141d40008da8b16fa0 (diff) | |
download | pkgsrc-017b14e12bc68214319f26eb8e45908376dea7dd.tar.gz |
Initial import of mkfontscale:
create an index of scalable font files for X
Provided by rxg in pkg/16811.
Diffstat (limited to 'fonts/mkfontscale/Makefile')
-rw-r--r-- | fonts/mkfontscale/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fonts/mkfontscale/Makefile b/fonts/mkfontscale/Makefile new file mode 100644 index 00000000000..35c8cfd9152 --- /dev/null +++ b/fonts/mkfontscale/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/20 12:30:29 wiz Exp $ +# + +DISTNAME= mkfontscale-20020418 +CATEGORIES= fonts +MASTER_SITES= http://www.pps.jussieu.fr/~jch/software/files/ + +MAINTAINER= rxg@netbsd.org +HOMEPAGE= http://www.pps.jussieu.fr/~jch/software/files/ +COMMENT= create an index of scalable font files for X + +USE_IMAKE= yes + +WRKSRC= ${WRKDIR}/mkfontscale + +.include "../../graphics/freetype2/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |