Merge branch 'staged'
[dports.git] / net / yconalyzer / Makefile
1 PORTNAME=       yconalyzer
2 PORTVERSION=    1.0.4
3 PORTREVISION=   1
4 CATEGORIES=     net
5 MASTER_SITES=   SF/${PORTNAME}
6
7 MAINTAINER=     ports@FreeBSD.org
8 COMMENT=        TCP Traffic Analyzer
9 WWW=            https://yconalyzer.sourceforge.net/
10
11 GNU_CONFIGURE=  yes
12 USES=           gmake tar:bzip2
13
14 PLIST_FILES=    bin/yconalyzer \
15                 man/man8/yconalyzer.8.gz
16
17 pre-install:
18         ${CHMOD} a+x ${WRKSRC}/install-sh
19
20 .include <bsd.port.mk>