openbsd-ports/mail/femail/Makefile
bernd 02ea7b4a51 import femail-0.97
femail is intended to be used on servers that do not run a real MTA or
inside chroot(8) environments.  It features a sendmail(8)-compatible
command line interface and forwards mail via SMTP to the host given in
the config file, an environment variable or localhost.

help & ok sturm@
2005-09-22 09:29:14 +00:00

26 lines
429 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/09/22 09:29:14 bernd Exp $
COMMENT= "simple SMTP client"
DISTNAME= femail-0.97
CATEGORIES= mail
HOMEPAGE= http://bulabula.org/femail/
MAINTAINER= Bernd Ahlers <bernd@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
NO_REGRESS= Yes
.include <bsd.port.mk>