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


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

1.2
date	2012.11.08.11.16.48;	author gahr;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.01.13.06.55;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# Ports collection makefile for:  httprint
# Date created:			  05 July 2006
# Whom:				  Yonatan <onatan@@gmail.com>
#
# $FreeBSD: head/security/httprint/Makefile 307170 2012-11-08 11:16:48Z gahr $
#

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>
@


1.2
log
@SVN rev 307170 on 2012-11-08 11:16:48Z by gahr

- fix MASTER_SITES

Reported by:	PH (via beat@@)
Approved by:	portmgr@@ (implicit)
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Add httprint 301, web server fingerprinting tool.

PR:		ports/101004
Submitted by:	Yonatan <onatan at gmail.com>
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.net-square.com/httprint/
@

