freebsd-ports/security/smap/Makefile

29 lines
601 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: smap
# Date created: May 25, 2007
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= smap
PORTVERSION= 0.5.0
2007-05-27 23:38:43 +02:00
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
2007-05-27 23:38:43 +02:00
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>