freebsd-ports/vietnamese/unicode-uhoai/Makefile
Erwin Lansing 559561ed8f Reset maintainership for obrien
Approved by:	portmgr
2015-06-12 21:17:43 +00:00

25 lines
557 B
Makefile

# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$
PORTNAME= unicode-uhoai
PORTVERSION= 2.1
PORTREVISION= 4
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:infozip
NO_WRKSUBDIR= yes
NO_BUILD= taken care of in do-install target
FONTNAME= TrueType
EXTRACT_BEFORE_ARGS= -qoL
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/uhoaiw21.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>