freebsd-ports/korean/aleefonts-ttf/Makefile
Martin Wilke ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00

30 lines
707 B
Makefile

# New ports collection makefile for: aleefonts-ttf
# Date created: 23 July 2004
# Whom: Hye-Shik Chang
#
# $FreeBSD$
PORTNAME= aleefonts
PORTVERSION= 11.2
PORTREVISION= 2
CATEGORIES= korean x11-fonts
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/t/ttf-alee
PKGNAMESUFFIX= -ttf
DISTNAME= ttf-alee_${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= A-Lee's Hangul truetype fonts #'
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType
FONTLIST= Bandal EunjinNakseo Bangwool Eunjin Guseul
do-install:
${MKDIR} ${FONTDIR}
.for FONTNAME in ${FONTLIST}
${INSTALL_DATA} '${WRKSRC}/${FONTNAME}.ttf' ${FONTDIR}
.endfor
.include <bsd.port.mk>