4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
21 lines
406 B
Makefile
21 lines
406 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|