Update net-mgmt/xymon-client to version 4.3.18_6
[dports.git] / net / tcptraceroute-devel / Makefile
1 # Created by: josh.carroll@gmail.com
2 # $FreeBSD$
3
4 PORTNAME=       tcptraceroute
5 DISTVERSION=    1.5beta7
6 PORTREVISION=   1
7 CATEGORIES=     net
8 MASTER_SITES=   http://BSDforge.com/projects/source/net/tcptraceroute/ \
9                 http://pflog.net/tcptraceroute/
10 PKGNAMESUFFIX=  -devel
11
12 MAINTAINER=     portmaster@bsdforge.com
13 COMMENT=        Traceroute implementation using TCP packets
14
15 LICENSE=        GPLv2
16
17 LIB_DEPENDS=    libnet.so:${PORTSDIR}/net/libnet
18
19 CONFLICTS=      tcptraceroute-1.4*
20
21 PORTDOCS=       tcptraceroute.1.html tcptraceroute.lsm AUTHORS \
22                 COPYING ChangeLog NEWS README examples.txt
23
24 OPTIONS_DEFINE= DOCS
25 USES=           gmake
26 GNU_CONFIGURE=  yes
27
28 LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
29
30 CONFIGURE_ARGS= --with-libpcap=/usr --bindir=${PREFIX}/sbin
31
32 post-install:
33         @${CHMOD} u+s ${STAGEDIR}${PREFIX}/sbin/tcptraceroute
34         @${MKDIR} ${STAGEDIR}${DOCSDIR}
35         (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
36
37 .include <bsd.port.mk>