freebsd-ports/security/httprint/Makefile
Rong-En Fan e7ddca584f Add httprint 301, web server fingerprinting tool.
PR:		ports/101004
Submitted by:	Yonatan <onatan at gmail.com>
2006-08-01 13:06:55 +00:00

28 lines
641 B
Makefile

# 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://www.net-square.com/httprint/
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>