head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.00;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.13.04.14.58;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2005.09.28.08.10.45;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2004.05.24.23.55.46;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2003.11.20.23.06.45;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2003.08.24.11.45.09;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# Ports collection makefile for:	ADMsmb
# Date created:			23 Jun 2003
# Whom:				tutus@@trynet.eu.org
#
# $FreeBSD: head/security/ADMsmb/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ADMsmb
PORTVERSION=	0.3
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR=	groups/ADM
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Security scanner for Samba

post-patch:
	@@${FIND} ${WRKSRC} -name "*.o" -delete
	@@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ADMsmb ${PREFIX}/bin
	${MKDIR} ${PREFIX}/share/ADMsmb
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/ADMsmb

.include <bsd.port.mk>
@


1.5
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Remove obsolete mastersite.

Source:		distfile survey
@
text
@a17 2
USE_REINPLACE=	yes

@


1.3
log
@- Refresh MASTER_SITES

PR:		ports/67143
Submitted by:	Roman Neuhauser <neuhauser@@chello.cz>
@
text
@d11 1
a11 2
MASTER_SITES=	http://www.geocities.com/bofn1001/ \
		${MASTER_SITE_PACKETSTORM}
@


1.2
log
@- Author included object files in distfile. Get rid of them otherwise
  build fails on non-i386 platforms.
- Respect CFLAGS

Submitted by:	Koop Mast
Approved by:	adamw (mentor)
@
text
@d12 2
a13 1
		http://adm.freelsd.net/ADM/
@


1.1
log
@new port: Security scanner for Samba

	ADM smb is a security scanner for Samba
	/* based on the src of the smbclient  from the samba team */
	ADMsmb will perform a complete audit of samba for you on a host you
	provide.

PR:		ports/53696
Submitted by:	Jacek Serwatynski <tutus@@trynet.eu.org>
@
text
@d18 6
@

