2005-03-18 05:19:55 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: wsdlpull
|
|
|
|
# Date created: Mar 18, 2005
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wsdlpull
|
2009-04-24 04:01:12 +02:00
|
|
|
PORTVERSION= 1.23
|
2010-04-03 12:44:36 +02:00
|
|
|
PORTREVISION= 3
|
2005-03-18 05:19:55 +01:00
|
|
|
CATEGORIES= www
|
2009-08-22 02:38:34 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
2005-03-18 05:19:55 +01:00
|
|
|
|
2010-02-10 22:47:48 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-03-18 05:19:55 +01:00
|
|
|
COMMENT= C++ WSDL Parser
|
|
|
|
|
2009-12-16 04:07:41 +01:00
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
2005-03-18 05:19:55 +01:00
|
|
|
|
2009-05-16 08:27:56 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2006-02-21 19:04:33 +01:00
|
|
|
USE_GNOME= gnometarget
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-02-21 19:04:33 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2005-03-18 05:19:55 +01:00
|
|
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/wsdl
|
2006-08-15 03:11:33 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-03-18 05:19:55 +01:00
|
|
|
|
2007-10-28 00:04:43 +02:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
2006-02-21 19:04:33 +01:00
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
2005-03-18 05:19:55 +01:00
|
|
|
|
|
|
|
post-patch:
|
2006-02-21 19:04:33 +01:00
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|: install-docsDATA|:|g'
|
2008-01-11 00:19:12 +01:00
|
|
|
@${REINPLACE_CMD} -e '/-O2 -Wall/d' ${WRKSRC}/configure
|
2005-11-09 09:34:57 +01:00
|
|
|
|
2005-03-18 05:19:55 +01:00
|
|
|
post-install:
|
2006-02-21 19:04:33 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2008-05-17 16:45:53 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/wsdlpull.html ${DOCSDIR}/
|
2006-02-21 19:04:33 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|