mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
39 lines
799 B
Makefile
39 lines
799 B
Makefile
# New ports collection makefile for: vietunicode-hannom
|
|
# Date created: 2007/01/06
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vietunicode-hannom
|
|
PORTVERSION= 2005.02.06
|
|
PORTREVISION= 1
|
|
CATEGORIES= vietnamese x11-fonts
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= vietunicode
|
|
DISTNAME= hannom
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= UNICODE Han Nom Font Set
|
|
|
|
USE_ZIP= yes
|
|
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} ${FONTSDIR}
|
|
.for i in ${TTF}
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${FONTSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
|
|
.include <bsd.port.post.mk>
|