1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/smbtcpdump/Makefile
Satoshi Asami dbc8aa6cc1 Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.

(This is not by any means the complete list but just the ones I've noticed
recently.)
1998-11-11 05:37:39 +00:00

36 lines
799 B
Makefile

# 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>