19 lines
297 B
Makefile
19 lines
297 B
Makefile
# $OpenBSD: Makefile,v 1.16 2020/01/26 11:14:32 jasper Exp $
|
|
|
|
COMMENT= simple SMTP client
|
|
|
|
DISTNAME= smtpclient-1.0.0
|
|
REVISION = 2
|
|
CATEGORIES= mail
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= https://distfiles.sigtrap.nl/
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|