[Midnightbsd-cvs] mports: mports/x11-toolkits: add japanese version too..

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 26 16:06:17 EDT 2008


Log Message:
-----------
add japanese version too.. it's not much more work anyway.

Modified Files:
--------------
    mports/x11-toolkits:
        Makefile (r1.43 -> r1.44)

Added Files:
-----------
    mports/x11-toolkits/ruby-tk-jp:
        Makefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/Makefile,v
retrieving revision 1.43
retrieving revision 1.44
diff -L x11-toolkits/Makefile -L x11-toolkits/Makefile -u -r1.43 -r1.44
--- x11-toolkits/Makefile
+++ x11-toolkits/Makefile
@@ -44,6 +44,7 @@
     SUBDIR += qt33
     SUBDIR += renaissance
     SUBDIR += ruby-tk
+    SUBDIR += ruby-tk-jp
     SUBDIR += tk82
     SUBDIR += tk83
     SUBDIR += tk84
--- /dev/null
+++ x11-toolkits/ruby-tk-jp/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for:    ja-ruby-tk
+# Date created:         15 March 1999
+# Whom:                 Yasuhiro Fukuma <yasuf at big.or.jp>
+#
+# $MidnightBSD: mports/x11-toolkits/ruby-tk-jp/Makefile,v 1.1 2008/06/26 20:06:14 laffer1 Exp $
+# $FreeBSD: ports/japanese/ruby-tk/Makefile,v 1.14 2007/04/03 21:57:48 stas Exp $
+#
+
+PKGNAMESUFFIX=	-jp
+
+COMMENT=	Ruby interface to the Japanized Tk widget set
+
+TK_VERSION?=	8.0jp
+WITH_TCLTK_JP=	yes
+
+MASTERDIR=	${.CURDIR}/../ruby-tk
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list