Makefile 433 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.24 2014/12/10 10:47:34 benoit Exp $
  2. COMMENT= multiprocessing HTTP performance testing client
  3. DISTNAME = http_load-14aug2014
  4. PKGNAME = http_load-20140814
  5. CATEGORIES= www benchmarks
  6. MASTER_SITES= ${HOMEPAGE}
  7. HOMEPAGE= http://www.acme.com/software/http_load/
  8. # BSD
  9. PERMIT_PACKAGE_CDROM= Yes
  10. WANTLIB = c crypto ssl
  11. FAKE_FLAGS= PREFIX="${PREFIX}"
  12. MAKE_FILE= ${FILESDIR}/Makefile.bsd
  13. .include <bsd.port.mk>