1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/vietnamese/vietunicode-web1/Makefile
Stefan Eßer 7af1dda923 Remove spurious ${STAGEDIR} from @exec and @unexec lines added to the plist
by chinese/ttfm/Makefile.ttf and bump PORTREVISION in all dependent ports.

Approved by:	antoine (mentor)
2016-07-29 10:53:38 +00:00

28 lines
731 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= vietunicode-web1
PORTVERSION= 2004.04.30
PORTREVISION= 5
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
USES= zip
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} ${STAGEDIR}${FONTSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
.include "${.CURDIR}/../../chinese/ttfm/Makefile.ttf"
.include <bsd.port.mk>