1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net/tcpstat/Makefile
Sergei Kolobov 9f6144b69f - Update to 1.5
- Assign maintainership to the submitter

While I'm here:
- Silence configure warning
- Install some documentation

PR:		59920
Submitted by:	Vincent Tantardini <vinc@freebsd-fr.org>
2003-12-04 22:14:37 +00:00

29 lines
685 B
Makefile

# New ports collection makefile for: tcpstat
# Date created: 29 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= tcpstat
PORTVERSION= 1.5
CATEGORIES= net
MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/
MAINTAINER= vinc@freebsd-fr.org
COMMENT= A program to report various network statistics
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= tcpstat.1 tcpprof.1
DOCS= AUTHORS ChangeLog LICENSE README doc/Tips_and_Tricks.txt
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>