0e61002d04
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
18 lines
355 B
Makefile
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>
|