b9fb5f2e00
PR: 70200 Submitted by: Patrick MARIE <mycroft@virgaria.org> Remove uneeded dependency on gnugetopt on CURRENT.
29 lines
663 B
Makefile
29 lines
663 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
|
|
|
|
USE_GETOPT_LONG=yes
|
|
GNU_CONFIGURE= yes
|
|
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>
|