mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add LICENSE
- Relax USES=tk - Remove PLIST_SUB: TCL_PKG is already defined in Mk/Uses/tcl.mk - Simplify post-patch: - Update pkg-descr - Take maintainership
This commit is contained in:
parent
cac5f639a9
commit
b22974230f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464030
2 changed files with 10 additions and 7 deletions
|
@ -6,17 +6,20 @@ PORTVERSION= 2.4.1
|
||||||
CATEGORIES= x11-toolkits tk
|
CATEGORIES= x11-toolkits tk
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Multi-column hierarchical listbox widget
|
COMMENT= Multi-column hierarchical listbox widget
|
||||||
|
|
||||||
USES= tk:86,tea
|
LICENSE= TclTk
|
||||||
|
LICENSE_NAME= Tcl/Tk License
|
||||||
|
LICENSE_FILE= ${WRKSRC}/license.terms
|
||||||
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||||
|
|
||||||
|
USES= tk:tea
|
||||||
|
USE_LDCONFIG= ${PREFIX}/lib/${TCL_PKG}
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
TCL_PKG= treectrl${PORTVERSION}
|
TCL_PKG= treectrl${PORTVERSION}
|
||||||
USE_LDCONFIG= ${PREFIX}/lib/${TCL_PKG}
|
|
||||||
PLIST_SUB= TCL_PKG=${TCL_PKG}
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's/FreeBSD-\*/FreeBSD-*|DragonFly-*/' \
|
@${REINPLACE_CMD} -e 's/FreeBSD-\*/&|DragonFly-*/' ${WRKSRC}/configure
|
||||||
${WRKSRC}/configure
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TkTreeCtrl is a multi-column hierarchical listbox widget for Tk
|
TkTreeCtrl is a multi-column hierarchical listbox widget for the Tk GUI toolkit.
|
||||||
|
|
||||||
WWW: http://tktreectrl.sourceforge.net/
|
WWW: http://tktreectrl.sourceforge.net/
|
||||||
|
|
Loading…
Add table
Reference in a new issue