- make dependency configureable with TCL83_PORT
- make SOURCE path in tkConfig.sh variable PR: 48574
This commit is contained in:
parent
92effce53f
commit
9c80ab3d7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77311
1 changed files with 8 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= tk
|
||||
PORTVERSION= 8.3.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits tk83
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= tcl
|
||||
|
@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}-src
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Graphical toolkit for TCL
|
||||
|
||||
LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83
|
||||
LIB_DEPENDS= tcl83.1:${PORTSDIR}/${TCL83_PORT}
|
||||
|
||||
LATEST_LINK= tk83
|
||||
USE_XLIB= yes
|
||||
|
@ -31,6 +32,8 @@ PLIST_SUB= TK_VER=${TK_VER} SHORT_TK_VER=${SHORT_TK_VER}
|
|||
PKGINSTALL= ${PKGDIR}/pkg-install.wish
|
||||
PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.wish
|
||||
NOPRECIOUSMAKEVARS= Too many _MLINKS for README.html
|
||||
TCL83_PORT?= lang/tcl83
|
||||
USE_REINPLACE= YES
|
||||
|
||||
MANCOMPRESSED= no
|
||||
|
||||
|
@ -316,6 +319,10 @@ MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \
|
|||
palette.n tk_bisque.n \
|
||||
popup.n tk_popup.n
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}=$${WRKDIRPREFIX}=' \
|
||||
${WRKSRC}/tkConfig.sh
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue