summaryrefslogtreecommitdiff
path: root/x11-toolkits/rubygem-tk/Makefile
blob: f6b7cf6e8d321f27e34be2ac1fe57a2d0f22a256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

PORTNAME=	tk
PORTVERSION=	0.2.0
CATEGORIES=	x11-toolkits rubygems
MASTER_SITES=	RG

MAINTAINER=	nmingotti@gmail.com
COMMENT=	Ruby interface to TclTk-8.6

LICENSE=	BSD2CLAUSE

CONFIGURE_ARGS=--with-tcltkversion=8.6,8.6 \
		--with-tk-include=${LOCALBASE}/include/tk8.6 \
		--with-tcl-include=${LOCALBASE}/include/tcl8.6

USES=		gem tk:86 xorg
USE_RUBY=	yes
USE_XORG=	x11

.include <bsd.port.mk>