1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/smbtcpdump/Makefile
Bill Fumerola 0842350b47 Portlint, this port doesn't need to include bsd.port.{pre,post}.mk
Also the Makefile was copied from the Samba makefile it seems, so I
fixed the first 5 comment lines so they were actually accurate.

Noticed from:	bento errorlogs
1999-06-17 13:38:20 +00:00

31 lines
733 B
Makefile

# ex:ts=8
# New ports collection makefile for: smbtcpdump
# Version required: 3.4
# Date created: 2 Jun 1998
# Whom: obrien
#
# $Id: Makefile,v 1.6 1999/01/06 21:33:42 obrien Exp $
#
DISTNAME= tcpdump-3.4
PKGNAME= smbtcpdump-3.4
CATEGORIES= net security
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
ftp://ftp.uu.net/networking/ip/trace/tcpdump/
EXTRACT_SUFX= .tar.Z
PATCH_SITES= ftp://ftp.samba.org/pub/samba/tcpdump-smb/
PATCHFILES= tcpdump-3.4a5-smb.patch
MAINTAINER= obrien@FreeBSD.org
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>