b32e232c75
Remove the ansi-1251 encoding, it's called microsoft-cp1251. Simplify some encodings to avoid stating the obvious. Limit UNDEFINE line to en encoding's declared SIZE (bug 1248). This is not needed with libfontenc (used by the X server and mkfontscale), which will ignore out-of-range entries, but apparently caused ttmkfdir to crash. Thanks to Donnie Berkholtz.
20 lines
470 B
Makefile
20 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/03/18 20:22:12 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= encodings-1.0.2
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/font/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X11 Font Index Generator
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= gzip mkfontscale
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|