# $MidnightBSD: trunk/security/smap/Makefile 15462 2013-09-17 03:15:41Z laffer1 $

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

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	SIP scanner and identifier
LICENSE=	unknown

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>
