freebsd-ports/vietnamese/unicode-uhoai/Makefile
Tobias C. Berner d1ec75b624 vietnamese: remove 'Created by' lines
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
2022-07-20 16:23:18 +02:00

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>