aboutsummaryrefslogtreecommitdiffstats
path: root/security/httprint/Makefile
blob: e4d3f237938192be31662bba345348636911022f (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
# Ports collection makefile for:  httprint
# Date created:           05 July 2006
# Whom:               Yonatan <onatan@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   httprint
PORTVERSION=    301
CATEGORIES= security
MASTER_SITES=   http://net-square.com/zip%20folders/
DISTNAME=   ${PORTNAME}_freebsd_${PORTVERSION}

MAINTAINER= onatan@gmail.com
COMMENT=    Web server fingerprinting tool

WRKSRC=     ${WRKDIR}/${PORTNAME}_${PORTVERSION}/freebsd/
USE_ZIP=    yes

RESTRICTED= No cost for personal, education and non-commercial use.
NO_BUILD=   yes

do-install:
    ${MKDIR} ${DATADIR}
    ${CP} -Rp ${WRKSRC} ${DATADIR}
    ${LN} -s ${DATADIR}/httprint ${PREFIX}/bin

.include <bsd.port.mk>