1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/chinese/cwtexttf/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

34 lines
803 B
Makefile

# New ports collection makefile for: cwTeX Chinese TrueType fonts
# Date created: 18 Dec 2002
# Whom: Shen Chuan-Hsing <satue@freebsd.sinica.edu.tw>
#
# $FreeBSD$
#
PORTNAME= cwtexttf
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= chinese x11-fonts
MASTER_SITES= http://ftp.wustl.edu/pub/FreeBSD/distfiles/ \
http://ftp.jaist.ac.jp/pub/FreeBSD/distfiles/
DISTNAME= cwtex-ttf
MAINTAINER= ports@FreeBSD.org
COMMENT= Five Chinese Big5 TrueType fonts made by cwTeX
USE_ZIP= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/texmf/fonts/truetype/cwTeX
TTF= bbttf.ttf fttf.ttf kttf.ttf mttf.ttf rttf.ttf
do-install:
@${MKDIR} ${FONTSDIR}
.for i in ${TTF}
${INSTALL_DATA} ${WRKSRC}/${i} ${FONTSDIR}
.endfor
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
.include <bsd.port.post.mk>