5b83372149
This release fixes the autoconf macros installed for use generating the other Xorg font packages to respect the $PKG_CONFIG variable that some build systems, especially cross-compilers, require; and updates the license notice in map-JISX0201.1976-0 to the current version from Unicode Consortium. Adam Jackson (1): configure: Drop AM_MAINTAINER_MODE Alan Coopersmith (3): Fix a bunch of clang integer size conversion warnings in ucs2any Update map-JISX0201.1976-0 to current version from Unicode Consortium font-util 1.3.1 Colin Walters (1): autogen.sh: Implement GNOME Build API Ross Burton (1): fontutil.m4.in: use $PKG_CONFIG instead of pkg-config
18 lines
454 B
Makefile
18 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/03/15 20:41:17 wiz Exp $
|
|
|
|
DISTNAME= font-util-1.3.1
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Tools for truncating and subseting of ISO10646-1 BDF fonts
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
LDFLAGS.IRIX+= -lgen # for basename(3)
|
|
|
|
.include "../../meta-pkgs/modular-xorg/hacks.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|