44 lines
986 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.26 2011/08/25 22:40:21 bluhm Exp $
COMMENT= TCP dump file analysis tool
DISTNAME= tcptrace-6.6.7
REVISION= 1
CATEGORIES= net
HOMEPAGE= http://masaka.cs.ohiou.edu/software/tcptrace/
MASTER_SITES= ${HOMEPAGE}download/
# GPLv2
2000-03-23 01:11:29 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-16 00:31:20 +00:00
WANTLIB= c m pcap
2000-03-23 01:11:29 +00:00
2010-11-19 22:31:32 +00:00
BUILD_DEPENDS= devel/bison
2010-11-19 22:31:32 +00:00
RUN_DEPENDS+= archivers/bzip2 \
x11/xplot
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= YACC=bison
ALL_TARGET= tcptrace
2010-11-19 22:31:32 +00:00
USE_GROFF = Yes
NO_REGRESS= Yes
2002-10-28 01:38:44 +00:00
DOCFILES= ARGS COPYRIGHT FAQ README README.mailing_list README.modules \
README.tput_graphs WWW dot_tcptracerc
do-install:
2000-04-23 03:34:40 +00:00
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcptrace
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
.for file in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace
.endfor
.include <bsd.port.mk>