1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net/echoping/Makefile
Munechika SUMIKAWA 61e6fc649a Upgrade to 4.1.0
2001-02-14 16:41:59 +00:00

21 lines
370 B
Makefile

# New ports collection makefile for: echoping
# Date created: 13 April 1997
# Whom: peter
#
# $FreeBSD$
#
PORTNAME= echoping
PORTVERSION= 4.1.0
CATEGORIES= net
MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-icp --enable-smtp --with-ssl
MAN1= echoping.1
.include <bsd.port.mk>