2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
27 lines
550 B
Makefile
27 lines
550 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/11/15 00:22:49 espie Exp $
|
|
|
|
COMMENT = web server performance testing tool
|
|
|
|
DISTNAME = httperf-0.9.0
|
|
CATEGORIES = benchmarks www
|
|
|
|
HOMEPAGE = http://www.hpl.hp.com/research/linux/httperf/
|
|
|
|
MAINTAINER = Scott Vokes <vokes.s@gmail.com>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = http://httperf.googlecode.com/files/
|
|
|
|
USE_LIBTOOL = Yes
|
|
USE_GROFF = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
WANTLIB += c crypto m ssl
|
|
|
|
.include <bsd.port.mk>
|