on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
21 lines
533 B
Makefile
21 lines
533 B
Makefile
# $NetBSD: Makefile,v 1.13 2008/01/18 05:06:22 tnn Exp $
|
|
|
|
DISTNAME= postal-0.62
|
|
PKGREVISION= 4
|
|
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
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
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"
|