2001-10-15 15:17:30 +02:00
|
|
|
# New ports collection makefile for: easysoap
|
|
|
|
# Date created: 21th September 2001
|
|
|
|
# Whom: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= easysoap
|
2009-02-22 22:49:51 +01:00
|
|
|
PORTVERSION= 0.8.0
|
2009-04-25 03:29:28 +02:00
|
|
|
PORTREVISION= 3
|
2001-10-15 15:17:30 +02:00
|
|
|
CATEGORIES= net
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SWANSONG
|
2001-10-15 15:17:30 +02:00
|
|
|
DISTNAME= EasySoap++-${PORTVERSION}
|
|
|
|
|
2009-04-25 03:29:28 +02:00
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= C++ SOAP Library based on expat
|
2001-10-15 15:17:30 +02:00
|
|
|
|
2006-01-31 00:20:05 +01:00
|
|
|
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
2001-10-15 15:17:30 +02:00
|
|
|
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2007-07-04 08:18:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-09-18 19:49:31 +02:00
|
|
|
|
2009-03-20 22:13:20 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-04-25 03:29:28 +02:00
|
|
|
.if ${OSVERSION} < 700042 && ${ARCH} == "amd64"
|
|
|
|
USE_GCC= 4.2+
|
2009-03-20 22:13:20 +01:00
|
|
|
.endif
|
|
|
|
|
2007-07-04 08:18:50 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2004-10-12 21:10:52 +02:00
|
|
|
post-install:
|
|
|
|
@${RM} -f ${PREFIX}/lib/libeasysoap.la
|
2002-11-04 03:35:01 +01:00
|
|
|
|
2009-03-20 22:13:20 +01:00
|
|
|
.include <bsd.port.post.mk>
|