on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
27 lines
671 B
Makefile
27 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/01/18 04:30:17 tnn2 Exp $
|
|
#
|
|
|
|
DISTNAME= siege-2.66
|
|
PKGREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://sid.joedog.org/pub/siege/
|
|
|
|
MAINTAINER= airhead@users.sf.net
|
|
HOMEPAGE= http://www.joedog.org/JoeDog/Siege
|
|
COMMENT= Website/webserver regression testing utility
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "options.mk"
|
|
|
|
EGDIR= ${PREFIX}/share/examples/siege
|
|
CONF_FILES= ${EGDIR}/urls.txt ${PKG_SYSCONFDIR}/urls.txt
|
|
|
|
SUBST_CLASSES+= siege
|
|
SUBST_STAGE.siege= post-patch
|
|
SUBST_FILES.siege= doc/Makefile.am doc/Makefile.in
|
|
SUBST_SED.siege+= -e "s|@EGDIR@|${EGDIR}|g"
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|