pkgsrc/fonts/urw-fonts/Makefile
drochner 0f72c2b5c7 Add urw-fonts-1 which contains newer and fixed versions of the fonts
which were distributed with ghostscript as ghostscript-fonts-std.
The latter are unmaintained and buggy - this caused problems with programs
using "fontconfig", confusing bold and regular fonts. (noticed with
documents processed by latex->dvips->ps2pdf where "Times-Roman" used
by the article body started to be rendered in bold letters by evince)
2010-06-02 19:00:36 +00:00

31 lines
684 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/06/02 19:00:36 drochner Exp $
#
DISTNAME= urw-fonts
PKGNAME= urw-fonts-1
CATEGORIES= fonts
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ftp://ftp.gimp.org/pub/gimp/fonts/
COMMENT= Standard postscript fonts
#LICENSE= # TODO: (see mk/license.mk)
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/URW
USE_LANGUAGES= # none
NO_BUILD= yes
FONTS_DIR= ${PREFIX}/share/fonts/urw
INSTALLATION_DIRS= share/fonts/urw
do-install:
for ext in afm pfb pfm; \
do \
for f in ${WRKSRC}/*.$${ext}; \
do \
${INSTALL_DATA} $${f} ${DESTDIR}${FONTS_DIR}; \
done; \
done
.include "../../mk/bsd.pkg.mk"