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/
|
2014-03-10 18:01:36 +01:00
|
|
|
USES= zip
|
2006-08-01 15:06:55 +02:00
|
|
|
|
|
|
|
RESTRICTED= No cost for personal, education and non-commercial use.
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
2014-03-13 15:49:58 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
|
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
|
|
|
|
${LN} -s httprint ${STAGEDIR}${PREFIX}/bin
|
2006-08-01 15:06:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|