mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
25 lines
394 B
Makefile
25 lines
394 B
Makefile
#
|
|
#
|
|
#
|
|
PORTNAME= libsoap
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/csoap/${PORTNAME}/${PORTVERSION}
|
|
|
|
LIB_DEPENDS+= libxml2.so:text/libxml2
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Tool to measure maximum TCP and UDP bandwidth
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES+= gmake
|
|
|
|
LDCONFIG+= -L${LOCALBASE}/lib
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
CONFIGURE_ARGS+= --with-ssl
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|
|
|