You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1.0 KiB
Tcl
26 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup pure 1.0
|
|
|
|
pure.setup pure-tk 0.5
|
|
categories-append x11
|
|
platforms darwin
|
|
maintainers {ryandesign @ryandesign} {gmail.com:aggraef @agraef}
|
|
license BSD
|
|
|
|
description a basic interface between Pure and Tcl/Tk
|
|
|
|
long_description ${name} provides ${description}. This module allows \
|
|
you to execute arbitrary commands in the Tcl \
|
|
interpreter, set and retrieve variable values in the \
|
|
interpreter, and invoke Pure callbacks from Tcl/Tk.
|
|
|
|
checksums rmd160 c56c84d90a988ca3b68391d09908a5f401344e22 \
|
|
sha256 3b6e97e2d723d5a05bf25f4ac62068ac17a1fd81db03e1986366097bf071a516
|
|
|
|
depends_build-append port:pkgconfig
|
|
|
|
depends_lib-append port:tcl \
|
|
port:tk
|