d1ec75b624
A big Thank You to the original contributors of these ports: * Alexander Yerenkow <yerenkow@gmail.com> * David O'Brien (obrien@NUXI.com) * David O'Brien (obrien@cs.ucdavis.edu) * David O'Brien <obrien@NUXI.com> * Thierry Thomas <thierry@pompo.net> * chinsan With hat: portmgr
24 lines
486 B
Makefile
24 lines
486 B
Makefile
PORTNAME= unicode-uhoai
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= vietnamese x11-fonts
|
|
MASTER_SITES= LOCAL/obrien
|
|
DISTNAME= uhoaiw21
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Unicode TrueType Font with UHoai Vietnamese encoding
|
|
|
|
USES= fonts zip
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= %%FONTSDIR%%/uhoaiw21.ttf
|
|
|
|
FONTNAME= TrueType
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/UHOAIW21.TTF ${STAGEDIR}${FONTSDIR}/uhoaiw21.ttf
|
|
|
|
.include <bsd.port.mk>
|