8df0617298
This minor maintenance release provides the usual set of accumulated build configuration improvements, compiler & static analyzer warning fixes, and other janitorial cleanups. Alan Coopersmith (8): Add missing newline to usage output Add -v flag to print program version Make usage() always exit(1) Print which option was in error along with usage message configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Remove extraneous duplicate checks for -r & -n options mkfontscale 1.1.2 Jeremy Huddleston Sequoia (2): Plug a memory leak found by clang static analysis Fix possible malloc allocation error found by clang static analysis Thomas Klausner (1): Only include config.h if it exists.
25 lines
688 B
Makefile
25 lines
688 B
Makefile
# $NetBSD: Makefile,v 1.35 2015/01/17 09:12:53 wiz Exp $
|
|
|
|
DISTNAME= mkfontscale-1.1.2
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X11 Scalable Font Index Generator
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_FEATURES+= vsnprintf
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
CONFIGURE_ARGS+= --with-bzip2
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../fonts/libfontenc/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|