mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
3f463d1310
New port, yaph (yet another proxy scanner), 0.91 Yaph provides the ability to reveal public proxy servers. PR: ports/53319 Submitted by: Patrick MARIE <mycroft@virgaria.org>
32 lines
774 B
Makefile
32 lines
774 B
Makefile
# New ports collection makefile for: yaph
|
|
# Date created: 14 jui 2003
|
|
# Whom: Patrick MARIE <mycroft@virgaria.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yaph
|
|
PORTVERSION= 0.91
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= mycroft@virgaria.org
|
|
COMMENT= Yaph is a proxy scanner
|
|
|
|
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
USE_GETOPT_LONG=yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
|
|
USE_REINPLACE= yes
|
|
|
|
post-extract:
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
${WRKSRC}/yaph/Makefile.in
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/yaph/yaph ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/yaph/yaph.conf ${PREFIX}/etc
|
|
|
|
.include <bsd.port.mk>
|