- Update to 2.4.1
- Fix build with Tcl/Tk 8.6 [1] Reported by: miwi (Tcl/Tk 86 exp-run)
This commit is contained in:
parent
a78c39b47e
commit
c851a36d5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318113
3 changed files with 11 additions and 27 deletions
|
@ -1,37 +1,23 @@
|
|||
# New ports collection makefile for: tktreectrl
|
||||
# Date created: 08 October 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tktreectrl
|
||||
PORTVERSION= 2.2.9
|
||||
PORTVERSION= 2.4.1
|
||||
CATEGORIES= x11-toolkits tk
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sylvio@FreeBSD.org
|
||||
COMMENT= Multi-column hierarchical listbox widget
|
||||
|
||||
USE_TK= yes
|
||||
USE_TK= 86
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \
|
||||
--with-tk=${TK_LIBDIR} \
|
||||
--exec-prefix=${PREFIX} --enable-shared
|
||||
CPPFLAGS+= ${TCL_INCLUDES} ${TK_INCLUDES}
|
||||
TCL_INCLUDES= -I${TCL_INCLUDEDIR} -I${TCL_INCLUDEDIR}/generic
|
||||
TK_INCLUDES= -I${TK_INCLUDEDIR} -I${TK_INCLUDEDIR}/generic \
|
||||
-I${TK_INCLUDEDIR}/unix
|
||||
--exec-prefix=${PREFIX} \
|
||||
--enable-shared
|
||||
TKPKG= treectrl${PORTVERSION}
|
||||
TKLIBVER= 2.2
|
||||
PLIST_SUB= VER=${PORTVERSION} TKPKG=${TKPKG} TKLIBVER=${TKLIBVER}
|
||||
USE_LDCONFIG= ${PREFIX}/lib/${TKPKG}
|
||||
MANN= treectrl.n
|
||||
|
||||
post-install:
|
||||
@${LN} -sf ${PREFIX}/lib/${TKPKG}/libtreectrl${TKLIBVER}.so \
|
||||
${PREFIX}/lib/${TKPKG}/libtreectrl${TKLIBVER}.so.0
|
||||
@${LN} -sf ${PREFIX}/lib/${TKPKG}/libtreectrl${TKLIBVER}.so \
|
||||
${PREFIX}/lib/${TKPKG}/libtreectrl.so.0
|
||||
PLIST_SUB= TKPKG=${TKPKG}
|
||||
MANN= treectrl.n
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (tktreectrl-2.2.9.tar.gz) = f6404844a296726597c4e825bdfca88c3e6257de23e487550b9089db3bdc98f7
|
||||
SIZE (tktreectrl-2.2.9.tar.gz) = 718999
|
||||
SHA256 (tktreectrl-2.4.1.tar.gz) = c2d19cfc7ce8b150cb50a6b63dc6327c91fb71f76b4f2947e0334a15d5f869d3
|
||||
SIZE (tktreectrl-2.4.1.tar.gz) = 945101
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
lib/%%TKPKG%%/filelist-bindings.tcl
|
||||
lib/%%TKPKG%%/htmldoc/What's New in TkTreeCtrl.html
|
||||
lib/%%TKPKG%%/htmldoc/What-is-New-in-TkTreeCtrl.html
|
||||
lib/%%TKPKG%%/htmldoc/treectrl.html
|
||||
lib/%%TKPKG%%/libtreectrl.so.0
|
||||
lib/%%TKPKG%%/libtreectrl%%TKLIBVER%%.so
|
||||
lib/%%TKPKG%%/libtreectrl%%TKLIBVER%%.so.0
|
||||
lib/%%TKPKG%%/libtreectrl.so.1
|
||||
lib/%%TKPKG%%/pkgIndex.tcl
|
||||
lib/%%TKPKG%%/treectrl.tcl
|
||||
@dirrm lib/%%TKPKG%%/htmldoc
|
||||
|
|
Loading…
Reference in a new issue