1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/csoap/Makefile
Baptiste Daroussin 0c7facb8ab Support stage
2014-01-20 23:33:30 +00:00

21 lines
401 B
Makefile

# Created by: 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= Client/server SOAP library written in pure C
GNU_CONFIGURE= yes
USES= pathfix
USE_GNOME= libxml2
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/libsoap-${PORTVERSION}
.include <bsd.port.mk>