freebsd-ports/security/ADMsmb/Makefile
Edwin Groothuis c01806218d 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>
2003-08-24 11:45:09 +00:00

23 lines
536 B
Makefile

# Ports collection makefile for: ADMsmb
# Date created: 23 Jun 2003
# Whom: tutus@trynet.eu.org
#
# $FreeBSD$
#
PORTNAME= ADMsmb
PORTVERSION= 0.3
CATEGORIES= security
MASTER_SITES= http://www.geocities.com/bofn1001/ \
http://adm.freelsd.net/ADM/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Security scanner for Samba
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ADMsmb ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/ADMsmb
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/ADMsmb
.include <bsd.port.mk>