summaryrefslogblamecommitdiff
path: root/net/echoping/Makefile
blob: 11e485a6f72e15cda8ea2c7313b078e656fea341 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                


                                     
           

 
                        

                        
                                                           
 
                                    
 
                   
                   

                                                                     



                          
# New ports collection makefile for:	echoping
# Date created:		13 April 1997
# Whom:			peter
#
# $FreeBSD$
#

PORTNAME=	echoping
PORTVERSION=	5.0.0
CATEGORIES=	net ipv6
MASTER_SITES=	ftp://ftp.internatif.org/pub/unix/echoping/

MAINTAINER=	sumikawa@FreeBSD.org

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>