1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/vietnamese/vietunicode-web1/Makefile
Rong-En Fan 264446b6be - Fix ttfm's xttfm module to really update fonts.{dir,scale} to reflect
the fonts installed
- Bump PORTREVISION for all ports using chinese/ttfm/Makefile.ttf

PR:             ports/179608
Reported by:    Antoine Brodin (antoine@)
Tested by:      Antoine Brodin (antoine@)
2013-06-19 16:03:12 +00:00

35 lines
835 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= 2
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>