21 lines
509 B
Makefile
21 lines
509 B
Makefile
# $NetBSD: Makefile,v 1.20 2014/10/09 14:06:00 wiz Exp $
|
|
|
|
DISTNAME= postal-0.70
|
|
PKGREVISION= 2
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= http://www.coker.com.au/postal/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= david@silicium.ath.cx
|
|
HOMEPAGE= http://www.coker.com.au/postal/
|
|
COMMENT= Tool for benchmarking SMTP/POP servers
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|