dbc8aa6cc1
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.)
36 lines
799 B
Makefile
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>
|