19 lines
288 B
Makefile
19 lines
288 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/07/12 20:47:38 sthen Exp $
|
|
|
|
COMMENT= simple SMTP client
|
|
|
|
DISTNAME= smtpclient-1.0.0
|
|
REVISION = 2
|
|
CATEGORIES= mail
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= https://distfiles.nl/
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|