openbsd-ports/net/echoping/Makefile

34 lines
652 B
Makefile
Raw Normal View History

2004-12-15 19:31:20 -05:00
# $OpenBSD: Makefile,v 1.3 2004/12/16 00:31:21 alek Exp $
COMMENT= "test performance of a remote TCP service"
2004-06-19 17:31:06 -04:00
VERSION= 5.2.0
DISTNAME= echoping-${VERSION}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=echoping/}
HOMEPAGE= http://echoping.sourceforge.net/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c crypto m ssl
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-http \
--enable-icp \
--enable-smtp \
--enable-tos \
2004-06-19 17:31:06 -04:00
--without-libidn \
--with-ssl=/usr
.include <bsd.port.mk>