1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/yaph/Makefile
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00

25 lines
584 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= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= mycroft@virgaria.org
COMMENT= Yaph is a proxy scanner
GNU_CONFIGURE= 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>