diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-27 20:46:36 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-27 20:46:36 +0800 |
commit | 3cb536cd947bb03861d9ff5daf06d487e641b535 (patch) | |
tree | afcb1c3074e8a67bb3b3e4781453f44dc823741b /japanese/ruby14-tk | |
parent | 7ab876820cf08917498ca7dc893ec43887e49c2e (diff) | |
download | freebsd-ports-gnome-3cb536cd947bb03861d9ff5daf06d487e641b535.tar.gz freebsd-ports-gnome-3cb536cd947bb03861d9ff5daf06d487e641b535.tar.zst freebsd-ports-gnome-3cb536cd947bb03861d9ff5daf06d487e641b535.zip |
a Ruby interface to Tcl/Tk libraries
PR: 10908
Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
Diffstat (limited to 'japanese/ruby14-tk')
-rw-r--r-- | japanese/ruby14-tk/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/ruby14-tk/Makefile b/japanese/ruby14-tk/Makefile new file mode 100644 index 000000000000..595b42d099e5 --- /dev/null +++ b/japanese/ruby14-tk/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" |