1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/net/yaph/Makefile
2021-04-06 16:31:07 +02:00

18 lines
441 B
Makefile

# Created by: Patrick MARIE <mycroft@virgaria.org>
PORTNAME= yaph
PORTVERSION= 0.91
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet Another Proxy Hunter (proxy scanner)
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/yaph/yaph ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/yaph/yaph.conf ${STAGEDIR}${PREFIX}/etc
.include <bsd.port.mk>