1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/vietnamese/vietunicode-hannom/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

31 lines
693 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= vietunicode-hannom
PORTVERSION= 2005.02.06
PORTREVISION= 5
CATEGORIES= vietnamese x11-fonts
MASTER_SITES= SF/vietunicode/hannom/hannom%20v2005
DISTNAME= hannom
MAINTAINER= ports@FreeBSD.org
COMMENT= UNICODE Han Nom Font Set
USES= zip
DIST_SUBDIR= VietUnicode
NO_WRKSUBDIR= yes
NO_BUILD= yes
TTF= HAN_NOM_A.ttf HAN_NOM_B.ttf
post-patch:
@${MV} ${WRKSRC}/HAN\ NOM\ A.ttf ${WRKSRC}/HAN_NOM_A.ttf
@${MV} ${WRKSRC}/HAN\ NOM\ B.ttf ${WRKSRC}/HAN_NOM_B.ttf
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
.include "${.CURDIR}/../../chinese/ttfm/Makefile.ttf"
.include <bsd.port.mk>