openbsd-ports/mail/smtpclient/Makefile

25 lines
460 B
Makefile
Raw Normal View History

2010-11-19 02:23:05 -05:00
# $OpenBSD: Makefile,v 1.9 2010/11/19 07:23:09 espie Exp $
COMMENT= simple SMTP client
DISTNAME= smtpclient-1.0.0
2010-11-19 02:23:05 -05:00
REVISION = 1
CATEGORIES= mail
2002-10-27 12:21:39 -05:00
2002-05-10 20:31:22 -04:00
MAINTAINER= Patroklos Argyroudis <argp@ieee.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2005-01-02 07:56:04 -05:00
WANTLIB= c
MASTER_SITES= ftp://www.ossp.org/pkg/tool/smtpclient/
CONFIGURE_STYLE= gnu dest
2010-11-19 02:23:05 -05:00
USE_GROFF = Yes
2002-10-27 12:21:39 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>