a36fb86593
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
20 lines
458 B
Makefile
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"
|