19 lines
295 B
Makefile
19 lines
295 B
Makefile
# $OpenBSD: Makefile,v 1.14 2015/11/24 09:11:05 jasper Exp $
|
|
|
|
COMMENT= simple SMTP client
|
|
|
|
DISTNAME= smtpclient-1.0.0
|
|
REVISION = 2
|
|
CATEGORIES= mail
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= https://distfiles.nl/
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|