aboutsummaryrefslogtreecommitdiffstats
path: root/vietnamese/vietunicode-web1/Makefile
blob: 3b0aab981abd64d267f0894121d60ee1466e0bb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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/vietunicode/VietFonts-Web1/Web1%20Package%20v2004
DISTNAME=   VietFontsWeb1_ttf

MAINTAINER= ports@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>