aboutsummaryrefslogtreecommitdiffstats
path: root/devel/csoap/Makefile
blob: afc2f701c34e324ef8b7948b0857a156ade049cb (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
# New ports collection Makefile for:    csoap
# Date created:             10 November 2009
# Whom:                 gahr
#
# $FreeBSD$
#

PORTNAME=   csoap
PORTVERSION=    1.1.0
CATEGORIES= devel net www
MASTER_SITES=   SF/${PORTNAME}/libsoap/${PORTVERSION}
DISTNAME=   libsoap-${PORTVERSION}

MAINTAINER= gahr@FreeBSD.org
COMMENT=    A client/server SOAP library written in pure C

GNU_CONFIGURE=  yes
USE_GNOME=  libxml2 gnomehack
USE_LDCONFIG=   yes

WRKSRC=     ${WRKDIR}/libsoap-${PORTVERSION}

.include <bsd.port.mk>