2007-07-13 08:16:16 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2007/07/13 08:16:16 rui Exp $
|
2001-04-12 15:59:15 +00:00
|
|
|
|
2007-07-13 08:16:16 +00:00
|
|
|
COMMENT= tool for extracting and gluing pcap (tcpdump) files
|
2001-01-08 05:23:42 +00:00
|
|
|
|
2007-07-13 08:16:16 +00:00
|
|
|
DISTNAME= tcpslice-2007.07.09
|
|
|
|
PKGNAME= ${DISTNAME:S/.//g}
|
2001-01-08 05:23:42 +00:00
|
|
|
CATEGORIES= net
|
2002-10-28 01:38:44 +00:00
|
|
|
|
2007-07-13 08:16:16 +00:00
|
|
|
MASTER_SITES= http://www.tcpdump.org/weekly/
|
2001-01-08 05:23:42 +00:00
|
|
|
|
2006-04-02 14:45:10 +00:00
|
|
|
MAINTAINER= Rui Reis <rui@rui.cx>
|
2001-01-08 05:23:42 +00:00
|
|
|
|
2006-04-02 14:45:10 +00:00
|
|
|
# BSD
|
2001-01-08 05:23:42 +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 pcap
|
2001-01-08 05:23:42 +00:00
|
|
|
|
2001-01-08 09:04:30 +00:00
|
|
|
SEPARATE_BUILD= concurrent
|
2007-07-13 08:16:16 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2001-01-08 05:23:42 +00:00
|
|
|
|
2002-10-28 01:38:44 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-01-08 09:04:30 +00:00
|
|
|
post-install:
|
2001-01-08 05:23:42 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/tcpslice.1 ${PREFIX}/man/man1/tcpslice.1
|
2001-01-08 09:04:30 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcpslice
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/tcpslice
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tcpslice
|
2001-01-08 05:23:42 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|