mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
17 lines
229 B
Makefile
17 lines
229 B
Makefile
COMMENT= simple SMTP client
|
|
|
|
DISTNAME= smtpclient-1.0.0
|
|
REVISION = 2
|
|
CATEGORIES= mail
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c
|
|
|
|
SITES= https://distfiles.sigtrap.nl/
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|