openbsd-ports/benchmarks/smtp-benchmark/Makefile
naddy dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00

29 lines
551 B
Makefile

# $OpenBSD: Makefile,v 1.11 2011/06/23 22:50:27 naddy Exp $
COMMENT= SMTP benchmark to measure throughput of an MTA
DISTNAME= smtp-benchmark-1.0.4
REVISION= 2
CATEGORIES= benchmarks mail
HOMEPAGE= http://www.etc.msys.ch/software/smtp-benchmark/
SHARED_ONLY= Yes
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pthread
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
FAKE_FLAGS= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
NO_REGRESS= Yes
.include <bsd.port.mk>