mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f3aa026d1f
PR: 15592 Submitted by: maintainer
21 lines
440 B
Makefile
21 lines
440 B
Makefile
# 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"
|