blob: 113d08cf12b2cc86e7b37dd0772aa8ade0a9c5f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
TCL_VERSION?= 80
TK_VERSION?= 80
WITH_TCL_JP= yes
MASTERDIR= ${.CURDIR}/../../x11-toolkits/rubytk
.include "${MASTERDIR}/Makefile"
|