- added contents of x11-toolkits/tk-wrapper (missing in previous commit)
Approved by: garga (mentor)
This commit is contained in:
parent
48d5917cc1
commit
fb2fb24520
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190119
2 changed files with 17 additions and 0 deletions
14
x11-toolkits/tk-wrapper/Makefile
Normal file
14
x11-toolkits/tk-wrapper/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: tk-wrapper
|
||||
# Date created: 16 April 2007
|
||||
# Whom: Martin Matuska <mm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MAINTAINER= mm@FreeBSD.org
|
||||
|
||||
BUILDING_TK_WRAPPER= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/tcl-wrapper
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
x11-toolkits/tk-wrapper/pkg-descr
Normal file
3
x11-toolkits/tk-wrapper/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Tk-wrapper installs a shell wrapper for the "wish" command that
|
||||
comes with different versions of Tk. Users can define in a configuration file
|
||||
which version of the Tk shell wish should be called.
|
Loading…
Reference in a new issue