blob: 08b8a7d71fdb2cb667636bac47c7e29ba2912c48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: ja-rubytk
# Version required: (depends on ${MASTERDIR})
# Date created: 15 March 1999
# Whom: Yasuhiro Fukuma <yasuf@big.or.jp>
#
# $FreeBSD$
#
PKGNAME= ja-rubytk-${VERSION}
CATEGORIES= japanese x11-toolkits
MAINTAINER= yasuf@big.or.jp
WITH_TCL_JP= yes
# Temporarily use version 8.0.x of Tcl/Tk until we get the japanese
# equivalents of version 8.2.x.
TCL_VERSION?= 80
TK_VERSION?= 80
MASTERDIR= ${.CURDIR}/../../x11-toolkits/rubytk
.include "${MASTERDIR}/Makefile"
|