pkgsrc/fonts/alee-ttf/Makefile
minskim b1365debdf Update alee-ttf to 11.1.
Changes since 7.3:
  * Exchange the Hangul phonetic values of 0x91d1 and 0xf90a.
  * Add the Hangul phonetic values to the CJK unified and compatibility
    ideographs range on Guseul.ttf.
  * Add medieval Hangul compatibility jamos on Guseul.ttf.
  * Update Guseul.ttf.
  * Remove GuseulMono.ttf.
  * Update Guseul.ttf to make it readable on 11px.
  * Add hinting for Guseul.ttf.
  * Remove embeded bitmap from Guseul.ttf and GuseulMono.ttf.
  * Change some glyph names of Eunjin.ttf and EunjinNakseo.ttf.
  * Update HeadAscent and HeadDescent of some fonts.
  * Remove [0x0e-c00ky].ttf.
  * Rename [0b0d-c00ky].ttf to [HaN-mfs].ttf.
  * Correct the glyph directions of some fonts.
  * Change the subfamily of all the fonts to Regular.
  * Fix a type error on control file.
  * Change to The Artistic License.
  * Remove the prefix Eun- from the font names.
  * Update Bandal.ttf and Bangwool.ttf.
  * Fix width of some chars on EunBandal.ttf.
2006-10-29 20:34:05 +00:00

27 lines
743 B
Makefile

# $NetBSD: Makefile,v 1.18 2006/10/29 20:34:05 minskim Exp $
#
DISTNAME= ttf-alee_11.1
PKGNAME= ${DISTNAME:S/ttf-alee_/alee-ttf-/}
CATEGORIES= fonts korean
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/t/ttf-alee/}
MAINTAINER= fox9@netb.co.kr
HOMEPAGE= http://packages.debian.org/unstable/x11/ttf-alee
COMMENT= A Lee's Hangul truetype fonts
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF
DOCDIR= ${PREFIX}/share/doc/alee-ttf
do-install:
${INSTALL_DATA_DIR} ${FONTS_DIRS.ttf}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTS_DIRS.ttf}
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCDIR}
.include "../../mk/bsd.pkg.mk"