20 lines
329 B
Makefile
20 lines
329 B
Makefile
# $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
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ftp://www.ossp.org/pkg/tool/smtpclient/
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
USE_GROFF = Yes
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|