1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/x11-toolkits/rubygem-tk/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
393 B
Makefile

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>