pkgsrc-wip/west/Makefile
Tobias Nygren d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00

34 lines
931 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/01/18 04:30:17 tnn2 Exp $
#
DISTNAME= west_0.9
PKGNAME= west-0.9
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=west/}
EXTRACT_SUFX= .tgz
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://west.sourceforge.net/
COMMENT= Web scripting/stress tool
WRKSRC= ${WRKDIR}/west
SUBST_CLASSES+=make
SUBST_STAGE.make=pre-build
SUBST_FILES.make=Makefile
SUBST_SED.make =-e 's|CFLAGS\ =|CFLAGS=${CFLAGS}\ -I${PREFIX}/include/openssl/\#|g' \
-e 's|LDFLAGS\ =|LIBS+=${LDFLAGS}|g'
DOC_FILES=background.html index.html command_ref.html scripting.html
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/west ${PREFIX}/bin/
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/west/
.for f in ${DOC_FILES}
${INSTALL_DATA} ${WRKSRC}/doc/$f ${PREFIX}/share/doc/west/
.endfor
.include "../../devel/pcre/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"