openbsd-ports/net/tcptrace/Makefile

40 lines
967 B
Makefile
Raw Normal View History

2006-02-04 19:54:51 -05:00
# $OpenBSD: Makefile,v 1.19 2006/02/05 00:54:51 steven Exp $
COMMENT= "TCP dump file analysis tool"
DISTNAME= tcptrace-6.2.0
2005-11-14 12:40:29 -05:00
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
HOMEPAGE= http://masaka.cs.ohiou.edu/software/tcptrace/
2006-02-04 19:54:51 -05:00
MASTER_SITES= ${HOMEPAGE}download/ \
${HOMEPAGE}download/old/6.2.0/
# GPL
2000-03-22 20:11:29 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c m pcap
2000-03-22 20:11:29 -05:00
BUILD_DEPENDS= :bison-*:devel/bison
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= YACC=bison
ALL_TARGET= tcptrace
2002-10-27 20:38:44 -05:00
NO_REGRESS= Tes
DOCFILES= ARGS COPYRIGHT FAQ README README.mailing_list README.modules \
README.tput_graphs WWW dot_tcptracerc
do-install:
2000-04-22 23:34:40 -04: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>