# New ports collection makefile for: unfonts-ttf # Date created: 27 September 2003 # Whom: Hye-Shik Chang # # $FreeBSD$ PORTNAME= unfonts PORTVERSION= 20030907 CATEGORIES= korean x11-fonts MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~perky/distfiles/ MASTER_SITE_SUBDIR= perky PKGNAMESUFFIX= -ttf DISTNAME= UnFonts${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= GPL'd Korean TrueType Fonts by UN Koaunghi USE_X_PREFIX= yes USE_BZIP2= yes NO_BUILD= yes FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType FONTLIST= UnBatang UnBatangBold UnBom UnDotum UnDotumBold UnGraphic \ UnGungseo UnPen UnPenheulim UnPilgi UnPilgiBold UnShinmun \ UnYetgul do-install: ${MKDIR} ${FONTDIR} .for FONTNAME in ${FONTLIST} ${INSTALL_DATA} ${WRKSRC}/${FONTNAME}.ttf ${FONTDIR} .endfor .include