pkgsrc/fonts/bdftopcf/Makefile
joerg 6db0db8a2d Import bdftopcf-1.0.0 from pkgsrc-wip:
The bdftopcf tool converts X fonts from Bitmap Distribution Format
to Portable Compiled Format.

Fonts in the Portable Compiled Format can be read by any architecture,
although  the file  is  structured  to allow one particular
architecture to read them directly without reformatting.  This
allows fast reading on the  appropriate machine, but the files
are still portable (but read more slowly) on other machines.
2006-11-14 19:49:24 +00:00

19 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/11/14 19:49:24 joerg Exp $
#
DISTNAME= bdftopcf-1.0.0
CATEGORIES= fonts
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= BDF to PCF font converter for X11
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
.include "../../x11/libXfont/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"