This minor maintenance release fixes a couple of issues with the usage messages printed for incorrect options, and updates the configure scripts to the latest X.Org standards. Alan Coopersmith (6): config: Add missing AC_CONFIG_SRCDIR Correct usage message for scanline unit option to be -u, not -s Print which option was in error along with usage message configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 bdftopcf 1.0.5
18 lines
439 B
Makefile
18 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/12/31 14:12:49 wiz Exp $
|
|
|
|
DISTNAME= bdftopcf-1.0.5
|
|
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"
|