blob: 32acea0970731cc493fe6ea3a018b25c2654af19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: gahr
PORTNAME= csoap
PORTVERSION= 1.1.0
PORTREVISION= 4
CATEGORIES= devel net www
MASTER_SITES= SF/${PORTNAME}/libsoap/${PORTVERSION}
DISTNAME= libsoap-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Client/server SOAP library written in pure C
GNU_CONFIGURE= yes
USES= gnome libtool pathfix
USE_GNOME= libxml2
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/libsoap-${PORTVERSION}
.include <bsd.port.mk>
|