1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/vietnamese/vietunicode-web1/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

36 lines
819 B
Makefile

# New ports collection makefile for: vietunicode-web1
# Date created: 2007/01/06
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= vietunicode-web1
PORTVERSION= 2004.04.30
PORTREVISION= 1
CATEGORIES= vietnamese x11-fonts
MASTER_SITES= SF
MASTER_SITE_SUBDIR= vietunicode
DISTNAME= VietFontsWeb1_ttf
MAINTAINER= chinsan@FreeBSD.org
COMMENT= 100% Viet Unicode & Viet Phan/Pali-Sanskrit compatible
USE_ZIP= yes
DIST_SUBDIR= VietUnicode
NO_WRKSUBDIR= yes
NO_BUILD= yes
TTF= vuTimes.ttf vuTimesBold.ttf vuTimesBoldItalic.ttf vuTimesItalic.ttf \
vuArial.ttf vuArialBold.ttf vuArialBoldItalic.ttf vuArialItalic.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>