freebsd-ports/net/easysoap/Makefile
Mathieu Arnold a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00

27 lines
570 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 ssl
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>