head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2007.05.27.21.38.43;	author edwin;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@Switch exporter over
@
text
@# ex:ts=8
# New ports collection makefile for:	smap
# Date created:			May 25, 2007
# Whom:				Edwin Groothuis <edwin@@mavetju.org>
#
# $FreeBSD: head/security/smap/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	smap
PORTVERSION=	0.5.0
PORTREVISION=	1
CATEGORIES=	security net
MASTER_SITES=	http://www.wormulon.net/smap/

MAINTAINER=	edwin@@mavetju.org
COMMENT=	SIP scanner and identifier

PLIST_FILES=	bin/smap share/smap/fingerprint.db
PLIST_DIRS=	share/smap

USE_GMAKE=	yes

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/smap ${PREFIX}/bin
	${MKDIR} ${PREFIX}/share/smap
	${INSTALL_DATA} ${WRKSRC}/fingerprint.db ${PREFIX}/share/smap

.include <bsd.port.mk>
@


1.2
log
@Fix PLIST_DIRS
Noticed by : kris-mail
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.1
log
@New port: security/smap

    smap is a simple scanner for SIP enabled devices

    smap sends off various SIP requests awaiting responses from SIP
    enabled DSL router, proxies and user agents. It could be considered
    a mashup of nmap and sipsak ;)

    WWW: http://www.wormulon.net/
    Author: Hendrik Scholz <hscholz@@raisdorf.net>
@
text
@d11 1
d19 1
a19 1
PLIST_DIRS=	share/map
@

