summaryrefslogtreecommitdiff
path: root/japanese/ruby-tcltklib/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-04-27 12:46:36 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-04-27 12:46:36 +0000
commit0d388c0d41e21f0a2c58a55400dfcccc9f7d95ff (patch)
tree3d8e778940966fd97bc7e445b9ea115f6d8849c1 /japanese/ruby-tcltklib/Makefile
parentAdded rubytk to japanese/Makefile (diff)
a Ruby interface to Tcl/Tk libraries
PR: 10908 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
Notes
Notes: svn path=/head/; revision=18160
Diffstat (limited to 'japanese/ruby-tcltklib/Makefile')
-rw-r--r--japanese/ruby-tcltklib/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/ruby-tcltklib/Makefile b/japanese/ruby-tcltklib/Makefile
new file mode 100644
index 000000000000..595b42d099e5
--- /dev/null
+++ b/japanese/ruby-tcltklib/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: ja-rubytk
+# Version required: (depends on ${MASTERDIR})
+# Date created: 15 March 1999
+# Whom: Yasuhiro Fukuma <yasuf@big.or.jp>
+#
+# $Id$
+#
+
+PKGNAME= ja-rubytk-${VERSION}
+CATEGORIES= japanese x11-toolkits
+
+MAINTAINER= yasuf@big.or.jp
+
+WITH_TCL_JP= yes
+
+MASTERDIR= ${.CURDIR}/../../x11-toolkits/rubytk
+
+.include "${MASTERDIR}/Makefile"