e1619c2367
Chanagelog: ttf-alee (12) unstable; urgency=low * Change to The Artistic license 1.0 or any later version. * Remove all font configurations except defoma-hints. Closes: #452228. -- A Lee <alee@debian.org> Wed, 08 Oct 2008 13:18:05 +0900 ttf-alee (11.5) unstable; urgency=low * Remove [HaN-mfs].ttf. Closes: #441903. -- A Lee <alee@debian.org> Thu, 13 Sep 2007 09:31:38 +0900 ttf-alee (11.4) unstable; urgency=low * Remove bitmap fonts, Guseul1212.bdf and Guseul1214.bdf. -- A Lee <alee@debian.org> Thu, 19 Apr 2007 09:30:57 +0900 ttf-alee (11.3) unstable; urgency=low * Update Guseul.ttf. -- A Lee <alee@debian.org> Sun, 8 Apr 2007 21:26:13 +0900 ttf-alee (11.2) unstable; urgency=low * Add medieval Hangul compatibility jamos to Bandal.ttf, Bangwool.ttf, Eunjin.ttf and EunjinNakseo.ttf. * Add two bitmap fonts. Guseul1212.bdf and Guseul1214.bdf. -- A Lee <alee@debian.org> Thu, 9 Nov 2006 09:33:57 +0900
29 lines
779 B
Makefile
29 lines
779 B
Makefile
# $NetBSD: Makefile,v 1.20 2011/02/06 00:33:06 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= ttf-alee_12
|
|
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
|
|
LICENSE= artistic
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_CONFIGURE= YES
|
|
NO_BUILD= YES
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
|
FONTS_DIRS.ttf= lib/X11/fonts/TTF
|
|
FONTS_DIRS.x11= lib/X11/fonts/TTF
|
|
|
|
INSTALLATION_DIRS= lib/X11/fonts/TTF share/doc/alee-ttf
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/*.ttf ${DESTDIR}${PREFIX}/lib/X11/fonts/TTF
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/alee-ttf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|