freebsd-ports/net/echoping/Makefile

22 lines
386 B
Makefile
Raw Normal View History

# New ports collection makefile for: echoping
# Date created: 13 April 1997
# Whom: peter
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= echoping
2001-02-14 17:41:59 +01:00
PORTVERSION= 4.1.0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
2001-02-14 17:41:59 +01:00
CONFIGURE_ARGS= --enable-icp --enable-smtp --with-ssl
MAN1= echoping.1
.include <bsd.port.mk>