1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/easysoap/Makefile
2021-04-06 16:31:07 +02:00

24 lines
504 B
Makefile

# Created by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
PORTNAME= easysoap
PORTVERSION= 0.8.0
PORTREVISION= 6
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
USES= libtool localbase ssl
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>