freebsd-ports/security/httprint/Makefile
Emanuel Haupt e17d05d260 - Support staging
- Use COPYTREE_SHARE istead of CP
2014-03-13 14:49:58 +00:00

24 lines
602 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= onatan@gmail.com
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>