freebsd-ports/www/wsdlpull/Makefile

44 lines
984 B
Makefile
Raw Normal View History

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
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
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
2005-03-18 05:19:55 +01:00
MAKE_JOBS_SAFE= yes
USE_GNOME= gnometarget
USE_AUTOTOOLS= libtool:22
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
2005-03-18 05:19:55 +01:00
CONFIGURE_ARGS= --includedir=${PREFIX}/include/wsdl
USE_LDCONFIG= yes
2005-03-18 05:19:55 +01:00
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
2005-03-18 05:19:55 +01:00
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|: install-docsDATA|:|g'
@${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:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/wsdlpull.html ${DOCSDIR}/
.endif
.include <bsd.port.mk>