20 lines
346 B
Makefile
20 lines
346 B
Makefile
COMMENT= SMTP benchmark to measure throughput of an MTA
|
|
|
|
DISTNAME= smtp-benchmark-1.0.4
|
|
REVISION= 3
|
|
|
|
CATEGORIES= benchmarks mail
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c pthread
|
|
|
|
MASTER_SITES= https://spacehopper.org/mirrors/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
FAKE_FLAGS= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|