freebsd-ports/www/wsdlpull/Makefile
Philip M. Gollucci abf5b5ffc0 - Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
2009-05-16 06:27:56 +00:00

42 lines
921 B
Makefile

# ex:ts=8
# Ports collection makefile for: wsdlpull
# Date created: Mar 18, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= wsdlpull
PORTVERSION= 1.23
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= C++ WSDL Parser
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl
MAKE_JOBS_SAFE= yes
USE_GNOME= gnometarget
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --includedir=${PREFIX}/include/wsdl
USE_LDCONFIG= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|: install-docsDATA|:|g'
@${REINPLACE_CMD} -e '/-O2 -Wall/d' ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/wsdlpull.html ${DOCSDIR}/
.endif
.include <bsd.port.mk>