Update multimedia/mplayer to version 1.1.r20141223_2
[dports.git] / net / tcptraceroute / Makefile
1 # Created by: jeff@cetlink.net
2 # $FreeBSD$
3
4 PORTNAME=       tcptraceroute
5 PORTVERSION=    1.5beta7
6 CATEGORIES=     net
7
8 MAINTAINER=     sunpoet@FreeBSD.org
9 COMMENT=        Traceroute implementation using TCP packets
10
11 LICENSE=        GPLv2
12
13 LIB_DEPENDS=    libnet.so:${PORTSDIR}/net/libnet
14
15 OPTIONS_DEFINE= DOCS
16
17 GNU_CONFIGURE=  yes
18 USES=           gmake
19
20 PORTDOCS=       *
21
22 USE_GITHUB=     yes
23 GH_ACCOUNT=     mct
24 GH_COMMIT=      1ec970e
25 GH_PROJECT=     ${PORTNAME}
26 GH_TAGNAME=     ${PORTNAME}-${PORTVERSION}
27
28 .include <bsd.port.mk>