summaryrefslogtreecommitdiff
path: root/japanese/font-motoya-al/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-01-15 13:12:38 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-01-15 13:12:38 +0000
commit4eb022e27e8aea6aa57e831d7f889ba7f8edef14 (patch)
tree188d0674b4b07c7a6b7583ef3fec5c74b0439354 /japanese/font-motoya-al/Makefile
parent- Update to 2.46 (diff)
Add font-motoya-al for two free Japanese TrueType fonts by MOTOYA Co.,Ltd.,
which are available under Apache license. Feature safe: yes
Notes
Notes: svn path=/head/; revision=267825
Diffstat (limited to 'japanese/font-motoya-al/Makefile')
-rw-r--r--japanese/font-motoya-al/Makefile59
1 files changed, 59 insertions, 0 deletions
diff --git a/japanese/font-motoya-al/Makefile b/japanese/font-motoya-al/Makefile
new file mode 100644
index 000000000000..ec0560df659e
--- /dev/null
+++ b/japanese/font-motoya-al/Makefile
@@ -0,0 +1,59 @@
+# New ports collection makefile for: font-motoya-al
+# Date created: 7 January 2011
+# Whom: hrs
+# $FreeBSD$
+#
+
+PORTNAME= font-motoya-al
+PORTVERSION= 0.0.20100921
+CATEGORIES= japanese x11-fonts
+MASTER_SITES= LOCAL
+MASTER_SITE_SUBDIR= hrs
+DISTNAME= motoya-al-fonts-${PORTVERSION:S,^0.0.,,}
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= Free Japanese fonts by MOTOYA
+
+RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
+
+USE_BZIP2= yes
+NO_BUILD= yes
+PKGINSTALL= ${WRKDIR}/pkg-install
+PKGDEINSTALL= ${WRKDIR}/pkg-install
+SUB_FILES= pkg-install
+SUB_LIST= X_FONTSDIR=${PREFIX}/${X_FONTSDIR}
+PLIST_SUB= X_FONTSDIR=${X_FONTSDIR} \
+ LOCAL_FONTSDIR=${LOCAL_FONTSDIR}
+PORTDOCS= newsrelease20100921.pdf
+
+LOCAL_FONTSDIR= share/fonts
+X_FONTSDIR= lib/X11/fonts
+
+do-install:
+ ${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${DATADIR}
+ ${MKDIR} ${PREFIX}/${LOCAL_FONTSDIR}/TTF
+ ${LN} -s -f \
+ ${DATADIR}/MTL*.ttf \
+ ${PREFIX}/${LOCAL_FONTSDIR}/TTF/
+ ${MKDIR} ${PREFIX}/${X_FONTSDIR}/TTF
+ ${LN} -s -f \
+ ${DATADIR}/MTL*.ttf \
+ ${PREFIX}/${X_FONTSDIR}/TTF/
+ ${INSTALL_DATA} ${FILESDIR}/20-unhint-motoya-al.conf \
+ ${FILESDIR}/62-fonts-motoya-al.conf \
+ ${PREFIX}/etc/fonts/conf.avail
+ ${LN} -s -f ../conf.avail/20-unhint-motoya-al.conf \
+ ${PREFIX}/etc/fonts/conf.d/20-unhint-motoya-al.conf
+ ${LN} -s -f ../conf.avail/62-fonts-motoya-al.conf \
+ ${PREFIX}/etc/fonts/conf.d/62-fonts-motoya-al.conf
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+.endif
+
+post-install:
+ ${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${X_FONTSDIR}/TTF
+ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+
+.include <bsd.port.mk>