aboutsummaryrefslogtreecommitdiffstats
path: root/security/smap/Makefile
blob: 79021af88b97a77bb3ebd147fb2d4b2adb3b6914 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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
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>