freebsd-ports/net/easysoap/Makefile
Gerald Pfeifer f62edf2c38 Update to version 0.8.0. This updates the code to current C++ standards,
thus removing the dependeny on GCC 2.95 which prevented this port building
for half a year.

Move maintainership back to the ports@ pool. [1]

Approved by:	Gabriel Ambuehl <gabriel_ambuehl@buz.ch> (maintainer) [1]
2009-02-22 21:49:51 +00:00

34 lines
766 B
Makefile

# New ports collection makefile for: easysoap
# Date created: 21th September 2001
# Whom: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
#
# $FreeBSD$
#
PORTNAME= easysoap
PORTVERSION= 0.8.0
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= EasySoap++-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ SOAP Library based on expat
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
post-install:
@${RM} -f ${PREFIX}/lib/libeasysoap.la
.include <bsd.port.mk>