17 lines
235 B
Makefile
17 lines
235 B
Makefile
|
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>
|