mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11-toolkits/itk: add LICENSE metadata
The license grants rights to (re)distribute the code/binaries, so LICENSE_PERMS were adjusted accordingly (w.r.t. the original patch from PR: it has only "auto-accept" that will make the port and distfile to disappear from FreeBSD packages/CDN). While I am here: separate USES/USE_* section from the rest. PR: 279064 Maintainer timeout: half a year Approved by: yuri@ (mentor) Signed-off-by: Eygene Ryabinkin <rea@FreeBSD.org>
This commit is contained in:
parent
acaa969e28
commit
a3195024cb
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= itk
|
||||
PORTVERSION= 3.4.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11-toolkits tk
|
||||
MASTER_SITES= SF/incrtcl/%5BIncr%20Tcl_Tk%5D-source/Itk%20${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
@ -9,10 +9,16 @@ MAINTAINER= erik@bz.bzflag.bz
|
|||
COMMENT= Object-oriented extension to Tk [incr Tk]
|
||||
WWW= https://sourceforge.net/projects/incrtcl/
|
||||
|
||||
LICENSE= LUCENT
|
||||
LICENSE_NAME= Lucent License
|
||||
LICENSE_FILE= ${WRKSRC}/license.terms
|
||||
LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
|
||||
|
||||
LIB_DEPENDS= libitcl.so:lang/itcl
|
||||
|
||||
USES= tk:85,86 uidfix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:R}
|
||||
MAKE_ENV+= ${PLIST_SUB} \
|
||||
SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR} \
|
||||
|
|
Loading…
Add table
Reference in a new issue