2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Yonatan <onatan@gmail.com>
|
2006-08-01 15:06:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= httprint
|
|
|
|
PORTVERSION= 301
|
|
|
|
CATEGORIES= security
|
2012-11-08 12:16:48 +01:00
|
|
|
MASTER_SITES= http://net-square.com/zip%20folders/
|
2006-08-01 15:06:55 +02:00
|
|
|
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
|
|
|
|
|
2013-09-21 00:55:24 +02:00
|
|
|
NO_STAGE= yes
|
2006-08-01 15:06:55 +02:00
|
|
|
do-install:
|
|
|
|
${MKDIR} ${DATADIR}
|
|
|
|
${CP} -Rp ${WRKSRC} ${DATADIR}
|
|
|
|
${LN} -s ${DATADIR}/httprint ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|