summaryrefslogtreecommitdiff
path: root/net/smbtcpdump/Makefile
blob: dcab385fa172837f700227b671395baee2ca7ca4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ex:ts=8
# New ports collection makefile for:	samba
# Version required:			1.9.18
# Date created:				11th Feb 1995
# Whom:					gpalmer
#
# $Id: Makefile,v 1.1.1.1 1998/06/02 18:30:18 obrien Exp $
#

DISTNAME=	tcpdump-3.2.1
PKGNAME=	smbtcpdump-3.2.1
CATEGORIES=	net security
MASTER_SITES=	ftp://ftp.ee.lbl.gov/old/
EXTRACT_SUFX=	.tar.Z

PATCH_SITES=	ftp://samba.anu.edu.au/pub/samba/tcpdump-smb/
PATCHFILES=	tcpdump-3.2.1-smb-diffs.gz

MAINTAINER=	obrien@FreeBSD.org

OSVERSION!=     sysctl -n kern.osreldate
.if ${OSVERSION} >= 300000
BROKEN=         T_GID undeclared
.endif

GNU_CONFIGURE=	yes
ALL_TARGET=	depend tcpdump
MAN1=		smbtcpdump.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${PREFIX}/sbin/smbtcpdump
	${INSTALL_MAN} ${WRKSRC}/tcpdump.1 ${PREFIX}/man/man1/smbtcpdump.1

.include <bsd.port.mk>