blob: 6998a0df66b84e86c382b8ce80acff1e4bc4a208 (
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
35
|
# 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.2 1998/10/14 01:22:00 jseger 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
.include <bsd.port.pre.mk>
.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.post.mk>
|