freebsd-ports/security/httprint/Makefile
Pietro Cerutti 8d1275d48a - fix MASTER_SITES
Reported by:	PH (via beat@)
Approved by:	portmgr@ (implicit)
Feature safe:	yes
2012-11-08 11:16:48 +00:00

28 lines
642 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://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>