since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
21 lines
536 B
Makefile
21 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.12 2006/07/22 04:46:14 rillig Exp $
|
|
|
|
DISTNAME= postal-0.62
|
|
PKGREVISION= 3
|
|
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"
|