1997-04-12 19:17:34 +02:00
|
|
|
# New ports collection makefile for: echoping
|
|
|
|
# Date created: 13 April 1997
|
|
|
|
# Whom: peter
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1997-04-12 19:17:34 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= echoping
|
2004-03-08 00:37:42 +01:00
|
|
|
PORTVERSION= 5.2.0
|
2004-05-22 10:10:58 +02:00
|
|
|
PORTREVISION= 1
|
2002-10-13 00:21:24 +02:00
|
|
|
CATEGORIES= net ipv6
|
2003-05-23 01:02:57 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1997-04-12 19:17:34 +02:00
|
|
|
|
2002-10-13 00:21:24 +02:00
|
|
|
MAINTAINER= sumikawa@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A ping-like program that uses tcp and/or http
|
2001-01-14 11:50:11 +01:00
|
|
|
|
2004-06-28 08:36:20 +02:00
|
|
|
LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn
|
2004-03-08 00:37:42 +01:00
|
|
|
|
2001-09-22 08:09:05 +02:00
|
|
|
USE_OPENSSL= yes
|
2001-01-14 11:50:11 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-09-22 08:09:05 +02:00
|
|
|
CONFIGURE_ARGS= --enable-http --enable-icp --enable-smtp --with-ssl \
|
2004-03-08 00:37:42 +01:00
|
|
|
--enable-ttcp --enable-tos --with-libidn=${LOCALBASE}
|
1997-04-12 19:17:34 +02:00
|
|
|
|
|
|
|
MAN1= echoping.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/echoping
|
1997-04-12 19:17:34 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|