blob: 0dad3cb50d2e0b9bdccd0e0cf8f243cbe77897a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Created by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
# $FreeBSD$
PORTNAME= easysoap
PORTVERSION= 0.8.0
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SWANSONG
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= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
USE_LDCONFIG= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
post-install:
@${RM} -f ${PREFIX}/lib/libeasysoap.la
.include <bsd.port.post.mk>
|