opnsense-ports/security/httprint/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
603 B
Makefile

# Created by: Yonatan <onatan@gmail.com>
# $FreeBSD$
PORTNAME= httprint
PORTVERSION= 301
CATEGORIES= security
MASTER_SITES= http://net-square.com/zip%20folders/
DISTNAME= ${PORTNAME}_freebsd_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Web server fingerprinting tool
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}/freebsd/
USES= zip
RESTRICTED= No cost for personal, education and non-commercial use.
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
${LN} -s httprint ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>