90a6c7f217
which again based on following announce -------- Sun, 14 Nov 2010 22:43:47 -0800 [ANNOUNCE] font releases, part 1: http://www.mail-archive.com/xorg-announce@lists.freedesktop.org/msg01322.html -------- As promised, here's a first batch of font releases, hopefully in time for the upcoming katamari. For now, I've only tackled "adobe-*" fonts, the rest will come later once I get round to it. The major changes for these fives releases are - CVS tags purges by Jesse Adkins - font-util macro bump to 1.2 by Gaétan Nadon -------- The versions of this update are summarized as: font-adobe-100dpi 1.0.1 -> 1.0.3 font-adobe-75dpi 1.0.1 -> 1.0.3 font-adobe-utopia-100dpi 1.0.2 -> 1.0.4 font-adobe-utopia-75dpi 1.0.2 -> 1.0.4 font-adobe-utopia-type1 1.0.1 -> 1.0.4 This also includes upstream PATH change, i.e. PLIST. lib/X11/fonts/Type1 -> share/fonts/X11/Type1 -------- font-util was bumped already separately, so not included in this commit.
27 lines
661 B
Makefile
27 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/06/11 23:23:28 mef Exp $
|
|
#
|
|
|
|
DISTNAME= font-adobe-100dpi-1.0.3
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Standard 100dpi Adobe PCF fonts
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config bdftopcf ucs2any gzip
|
|
|
|
FONTS_DIRS.x11= share/fonts/X11/100dpi
|
|
|
|
INSTALLATION_DIRS= share/doc/font-adobe-100dpi
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/font-adobe-100dpi
|
|
|
|
.include "../../fonts/font-util/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|