mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
23 lines
462 B
Makefile
23 lines
462 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= csoap
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 3
|
|
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>
|