Files
ports/net/easysoap/Makefile
T
Alexey Dokuchaev cfa54aad37 - Fix the build against contemporary OpenSSL versions
- Improve COMMENT wording, convert to USES+=localbase
2020-08-29 17:19:04 +00:00

25 lines
516 B
Makefile

# Created by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
# $FreeBSD$
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>