aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcludp/Makefile
blob: 8d1e223007ba486b85382de14e6fea4b05a03ddf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    tcludp
# Date created:             24 March 2008
# Whom:                 Frank Fenor <frank@fenor.de>
#
# $FreeBSD$
#

PORTNAME=   tcludp
PORTVERSION=    1.0.8
PORTREVISION=   1
CATEGORIES= net tcl
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=tcludp

MAINTAINER= frank@fenor.de
COMMENT=    UDP extension for TCL

USE_TCL=    82+
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>