pkgsrc/fonts/bdftopcf/Makefile
tron a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00

20 lines
458 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/06/04 22:16:02 tron Exp $
#
DISTNAME= bdftopcf-1.0.4
PKGREVISION= 2
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= BDF to PCF font converter for X11
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libXfont/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"