mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
8358bc6ac0
provides a new channel type and attempts to permit the use of packet oriented UDP over stream oriented Tcl channels. PR: ports/122315 Submitted by: Frank Fenor <frank@fenor.de> Approved by: garga (mentor)
29 lines
590 B
Makefile
29 lines
590 B
Makefile
# New ports collection makefile for: tcludp
|
|
# Date created: 24 March 2008
|
|
# Whom: Frank Fenor <frank@fenor.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tcludp
|
|
PORTVERSION= 1.0.8
|
|
CATEGORIES= net tcl
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=tcludp
|
|
|
|
MAINTAINER= frank@fenor.de
|
|
COMMENT= UDP extension for TCL
|
|
|
|
USE_TCL= 80+
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR}
|
|
USE_LDCONFIG= ${PREFIX}/lib/udp${PORTVERSION}
|
|
MANN= udp.n
|
|
MANCOMPRESSED= no
|
|
|
|
PLIST_FILES= lib/udp1.0.8/libudp1.0.8.so \
|
|
lib/udp1.0.8/pkgIndex.tcl
|
|
PLIST_DIRS= lib/udp1.0.8
|
|
|
|
.include <bsd.port.mk>
|