diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-04-21 16:48:50 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-04-21 16:48:50 +0000 |
commit | 9f24ad45460941abfc9d36321900cf42813aba84 (patch) | |
tree | d0c1f5dd5ca5ac27d60728de7479d49195932db9 /net | |
parent | 86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9 (diff) | |
download | ports-9f24ad45460941abfc9d36321900cf42813aba84.tar.gz ports-9f24ad45460941abfc9d36321900cf42813aba84.zip |
Convert more ports to USES=(tcl|tk):tea
Notes
Notes:
svn path=/head/; revision=413747
Diffstat (limited to 'net')
-rw-r--r-- | net/tcludp/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/net/tcludp/Makefile b/net/tcludp/Makefile index d97526b361b4..2ec91cad21b7 100644 --- a/net/tcludp/Makefile +++ b/net/tcludp/Makefile @@ -9,15 +9,19 @@ MASTER_SITES= SF MAINTAINER= frank@fenor.de COMMENT= UDP extension for TCL -USES= tcl -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ - --exec-prefix=${PREFIX} -USE_LDCONFIG= ${PREFIX}/lib/udp${PORTVERSION} +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= tcl:tea +USE_LDCONFIG= ${PREFIX}/lib/${TCL_PKG} WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= lib/udp${PORTVERSION}/libudp${PORTVERSION}.so \ - lib/udp${PORTVERSION}/pkgIndex.tcl \ +TEST_TARGET= test + +PLIST_FILES= lib/${TCL_PKG}/lib${TCL_PKG}.so \ + lib/${TCL_PKG}/pkgIndex.tcl \ %%PORTDOCS%%man/mann/udp.n.gz .include <bsd.port.mk> |