openbsd-ports/mail/smtpclient/Makefile
sturm 283e9fc04c - fix handling of last lines not ending in '\n'
- fix handling of lines beginning with a '.'
- bump PKGNAME

from MAINTAINER
2003-04-01 18:52:05 +00:00

25 lines
477 B
Makefile

# $OpenBSD: Makefile,v 1.4 2003/04/01 18:52:05 sturm Exp $
COMMENT= "simple SMTP client"
DISTNAME= smtpclient-1.0.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= mail
HOMEPAGE= http://www.engelschall.com/sw/smtpclient/
MAINTAINER= Patroklos Argyroudis <argp@ieee.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}distrib/
CONFIGURE_STYLE= gnu dest
NO_REGRESS= Yes
.include <bsd.port.mk>