mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
fac399bdea
Fixes runtime issues with Ruby 3.4.
29 lines
584 B
Makefile
29 lines
584 B
Makefile
COMMENT= Ruby interface to the Tk graphical toolkit
|
|
|
|
DISTNAME= tk-0.5.1
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= https://github.com/ruby/tk
|
|
|
|
MAINTAINER= Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby x11/tk
|
|
MODTK_VERSION= 8.6
|
|
|
|
CONFIGURE_STYLE= ruby gem ext
|
|
|
|
MODRUBY_TEST= rake
|
|
|
|
CONFIGURE_ARGS = --with-tcl-include=${MODTCL_INCDIR} \
|
|
--with-tk-include=${MODTK_INCDIR} \
|
|
--with-tcllib=${MODTCL_LIB} \
|
|
--with-tklib=${MODTK_LIB} \
|
|
--with-X11-dir=${X11BASE}
|
|
WANTLIB = X11 ${MODTK_WANTLIB}
|
|
LIB_DEPENDS = ${MODTK_LIB_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|