c5ad21d92b
Submitted by Patroklos Argyroudis <argp@bsd.gr>. 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.
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/13 01:06:41 naddy Exp $
|
|
|
|
COMMENT= "simple SMTP client"
|
|
|
|
DISTNAME= smtpclient-1.0.0
|
|
CATEGORIES= mail
|
|
NEED_VERSION= 1.402
|
|
HOMEPAGE= http://www.engelschall.com/sw/smtpclient/
|
|
|
|
MAINTAINER= Patroklos Argyroudis <argp@bsd.gr>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}distrib/
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
.include <bsd.port.mk>
|