for pkgsrc-wip. Urban Renewal is a set of insanely great TrueType versions of the long- forgotten city-named fonts of Mac OS Classic, not seen since System 7.1. These TrueType versions are kare-fully constructed to be as faithful to the original designs as possible, while breaking free of the bitmap grid in subtle ways.
32 lines
991 B
Makefile
32 lines
991 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/03/01 09:47:35 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= urbanrenewal
|
|
VERSION= 201102
|
|
PKGNAME= ${DISTNAME}-ttf-${VERSION}
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= http://www.kreativekorp.com/swdownload/fonts/urban/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= christtrekker@users.sourceforge.net
|
|
HOMEPAGE= http://www.kreativekorp.com/software/fonts/urbanrenewal.shtml
|
|
COMMENT= Insanely great TT versions of the city-named fonts of Mac OS Classic
|
|
LICENSE= kreativekorp-free-license
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
|
|
TTFPATH= lib/X11/fonts/TTF
|
|
FONTS_DIRS.ttf+= ${PREFIX}/${TTFPATH}
|
|
INSTALLATION_DIRS= ${TTFPATH}
|
|
INSTALLATION_DIRS+= share/doc/${PKGBASE}
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/*.[Tt][Tt][Ff] ${DESTDIR}${FONTS_DIRS.ttf}
|
|
${INSTALL_DATA} ${WRKSRC}/*.pdf ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
|
${INSTALL_DATA} ${WRKSRC}/*.txt ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|