Keep sourceforge as MASTER_SITES just for the lulz, sf is currently serving a large HTML page instead of the tarball.
32 lines
587 B
Makefile
32 lines
587 B
Makefile
# $OpenBSD: Makefile,v 1.11 2018/04/28 20:52:45 jca Exp $
|
|
|
|
COMMENT= test performance of a remote TCP service
|
|
|
|
VERSION= 5.2.0
|
|
REVISION= 2
|
|
DISTNAME= echoping-${VERSION}
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=echoping/}
|
|
|
|
HOMEPAGE= https://github.com/bortzmeyer/echoping
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= c crypto m ssl
|
|
|
|
NO_TEST= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --enable-http \
|
|
--enable-icp \
|
|
--enable-smtp \
|
|
--enable-tos \
|
|
--without-libidn \
|
|
--with-ssl=/usr
|
|
|
|
|
|
.include <bsd.port.mk>
|