This minor maintenance release prefers direct files over symlinks when both appear in the same directory, and includes a number of minor code cleanups and adds a couple previously missing options to the man page. Alan Coopersmith (3): Since hash() returns unsigned int, store results in unsigned ints Replace malloc(strlen);strcpy() calls with strdup mkfontscale 1.1.1 Egbert Eich (2): Prefer original file over symlink (v2) Fix compilation for MinGW Peter Hutterer (1): Document -u/-U options in man page Thomas Klausner (1): Protect config.h inclusion like usual.
27 lines
732 B
Makefile
27 lines
732 B
Makefile
# $NetBSD: Makefile,v 1.33 2013/07/17 21:46:49 wiz Exp $
|
|
|
|
DISTNAME= mkfontscale-1.1.1
|
|
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
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
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"
|