aboutsummaryrefslogtreecommitdiffstats
path: root/net/easysoap/Makefile
blob: f61a636e08e7f2530078d12d83e078a2dab4e4dc (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
# Created by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
# $FreeBSD$

PORTNAME=   easysoap
PORTVERSION=    0.8.0
PORTREVISION=   5
CATEGORIES= net
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/SWANSONG
DISTNAME=   EasySoap++-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    C++ SOAP Library based on expat

LICENSE=    LGPL21

LIB_DEPENDS=    libexpat.so:textproc/expat2

USE_OPENSSL=    yes
USES=       libtool
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  ac_cv_lib_stdcpp_main=no
INSTALL_TARGET= install-strip
USE_LDCONFIG=   yes

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>