freebsd-ports/mail/smtpclient/Makefile
Kris Kennaway 0e61002d04 Add smtpclient-1.0.0
This program is a minimal SMTP client that takes an email
message body and passes it on to a SMTP server (default is the
MTA on the local host). Since it is completely self-supporting,
it is especially suitable for use in restricted environments.

Obtained from:	OpenBSD
2001-08-25 10:14:13 +00:00

18 lines
355 B
Makefile

# Ports collection makefile for: smtpclient
# Date created: 24 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= smtpclient
PORTVERSION= 1.0.0
CATEGORIES= mail
MASTER_SITES= http://www.engelschall.com/sw/smtpclient/distrib/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= smtpclient.1
.include <bsd.port.mk>