1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/korean/aleefonts-ttf/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

32 lines
725 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= 1
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 #'
USE_X_PREFIX= yes
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>