aboutsummaryrefslogtreecommitdiff
path: root/net/tcludp
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-04-21 16:48:50 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-04-21 16:48:50 +0000
commit9f24ad45460941abfc9d36321900cf42813aba84 (patch)
treed0c1f5dd5ca5ac27d60728de7479d49195932db9 /net/tcludp
parent86cd4fbe5a7a1a14d0869f64442e2f2b4cc1cbf9 (diff)
downloadports-9f24ad45460941abfc9d36321900cf42813aba84.tar.gz
ports-9f24ad45460941abfc9d36321900cf42813aba84.zip
Notes
Diffstat (limited to 'net/tcludp')
-rw-r--r--net/tcludp/Makefile18
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>