summaryrefslogtreecommitdiff
path: root/japanese/linux-ttfonts/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-19 13:15:52 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-19 13:15:52 +0000
commit8ceef1bbc95868ec2a69866bd69165ec968782d3 (patch)
treeda349f553cf573470937a0dae6740619e8b19742 /japanese/linux-ttfonts/Makefile
parentFix patching so it will work with WRKDIRPREFIX. (diff)
new port of Japanese Truetype fonts for use with Linux emulation
Notes
Notes: svn path=/head/; revision=94352
Diffstat (limited to 'japanese/linux-ttfonts/Makefile')
-rw-r--r--japanese/linux-ttfonts/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/japanese/linux-ttfonts/Makefile b/japanese/linux-ttfonts/Makefile
new file mode 100644
index 000000000000..a22828b9dafb
--- /dev/null
+++ b/japanese/linux-ttfonts/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: linux-ttfonts-ja
+# Date created: 2003-11-19
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= ttfonts-ja
+PORTVERSION= 1.2
+CATEGORIES= japanese x11-fonts linux
+
+MAINTAINER= trevor@FreeBSD.org
+COMMENT= Japanese Truetype fonts for use with Linux emulation
+
+BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio
+
+BASEVERSION= 9
+MD5_FILE= ${MASTERDIR}/distinfo
+PLIST= ${WRKDIR}/plist
+RPM_SET= ttfonts-ja-1.2-21.noarch.rpm
+
+pre-install:
+ ${RM} -rf ${WRKSRC}/tmp
+ ${MKDIR} ${WRKSRC}/tmp
+ cd ${WRKSRC}/tmp; \
+ rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \
+ ${FIND} * -type f -o -type l > ${PLIST}; \
+ ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
+
+.include "../../x11-toolkits/linux-gtk/Makefile"