25 lines
460 B
Makefile
Raw Normal View History

2010-11-19 07:23:05 +00: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 07:23:05 +00:00
REVISION = 1
CATEGORIES= mail
2002-10-27 17:21:39 +00:00
2002-05-11 00:31:22 +00: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 12:56:04 +00:00
WANTLIB= c
MASTER_SITES= ftp://www.ossp.org/pkg/tool/smtpclient/
CONFIGURE_STYLE= gnu dest
2010-11-19 07:23:05 +00:00
USE_GROFF = Yes
2002-10-27 17:21:39 +00:00
NO_REGRESS= Yes
.include <bsd.port.mk>