pkgsrc/fonts/bdftopcf/Makefile
tnn 3f2c0a6b45 Update to bdftopcf-1.0.2.
Minor janitorial release.
Add pointers to mailing list, bugzilla, wiki & git repo to README
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
bdftopcf 1.0.2
Add missing PHONY line for automatic ChangeLog generation
Ansification and compile warning fixes.
2009-11-09 17:43:58 +00:00

21 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/11/09 17:43:58 tnn Exp $
#
DISTNAME= bdftopcf-1.0.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
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"