pkgsrc/fonts/bdftopcf/Makefile
joerg b60cebc039 Update to bdftopcf-1.0.1: Don't segfault when using stdin and a printf
that doesn't handle NULL, print <stdin> instead.
2007-07-12 13:21:38 +00:00

21 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/07/12 13:21:38 joerg Exp $
#
DISTNAME= bdftopcf-1.0.1
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
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libXfont/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"