19 lines
411 B
Makefile
19 lines
411 B
Makefile
# New ports collection makefile for: ja-ruby-tcltklib
|
|
# Date created: 15 March 1999
|
|
# Whom: Yasuhiro Fukuma <yasuf@big.or.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= A Ruby interface to Japanized Tcl/Tk libraries
|
|
|
|
TCL_VERSION?= 80
|
|
TK_VERSION?= 80
|
|
WITH_TCLTK_JP= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/ruby-tcltklib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|