openbsd-ports/mail/smtpclient/Makefile

20 lines
329 B
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:23:53 espie Exp $
COMMENT= simple SMTP client
DISTNAME= smtpclient-1.0.0
REVISION = 2
CATEGORIES= mail
2002-10-27 12:21:39 -05:00
PERMIT_PACKAGE_CDROM= 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
2013-03-11 07:20:26 -04:00
NO_TEST= Yes
2002-10-27 12:21:39 -05:00
.include <bsd.port.mk>