freebsd-ports/net/easysoap/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

28 lines
583 B
Makefile

# Created by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
# $FreeBSD$
PORTNAME= easysoap
PORTVERSION= 0.8.0
PORTREVISION= 5
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
USE_OPENSSL= yes
USES= libtool
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>