32 lines
610 B
Makefile
32 lines
610 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/11/10 19:48:27 jakob Exp $
|
|
|
|
COMMENT= "test performance of a remote TCP service"
|
|
|
|
VERSION= 5.0.1
|
|
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
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --enable-http \
|
|
--enable-icp \
|
|
--enable-smtp \
|
|
--enable-tos \
|
|
--with-ssl=/usr
|
|
|
|
|
|
.include <bsd.port.mk>
|