aboutsummaryrefslogtreecommitdiff
path: root/net/easysoap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/easysoap/Makefile')
-rw-r--r--net/easysoap/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile
deleted file mode 100644
index 6d730d3d13e6..000000000000
--- a/net/easysoap/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-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>