blob: 9b0eedabb2ecae393969cfaa17bdb7432d021231 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: echoping
# Date created: 13 April 1997
# Whom: peter
#
# $FreeBSD$
#
PORTNAME= echoping
PORTVERSION= 5.0.1
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= A ping-like program that uses tcp and/or http
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-http --enable-icp --enable-smtp --with-ssl \
--enable-ttcp --enable-tos
MAN1= echoping.1
.include <bsd.port.mk>
|