summaryrefslogtreecommitdiffstats
path: root/devel/libsoup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libsoup/Makefile')
-rw-r--r--devel/libsoup/Makefile72
1 files changed, 0 insertions, 72 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
deleted file mode 100644
index 1b3dcbebd..000000000
--- a/devel/libsoup/Makefile
+++ /dev/null
@@ -1,72 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/devel/libsoup/Makefile,v 1.115 2012/12/15 17:58:18 kwm Exp $
-
-PORTNAME= libsoup
-PORTVERSION= 2.40.3
-PORTREVISION?= 0
-CATEGORIES= devel gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
-
-BUILD_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking
-LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt
-RUN_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking
-
-USE_XZ= yes
-
-.if !defined(REFERENCE_PORT)
-
-USE_GETTEXT= yes
-USE_GNOME= gnomehier gnomehack glib20 libxml2 ltverhack referencehack \
- intltool
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-PLIST_SUB= VERSION="2.4"
-
-.if defined(SOUP_SLAVE)
-USE_SQLITE= yes
-LIB_DEPENDS+= soup-2.4:${PORTSDIR}/devel/libsoup \
- gnome-keyring:${PORTSDIR}/security/libgnome-keyring
-CONFIGURE_ARGS+=--with-gnome
-.else
-BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-CONFIGURE_ARGS+=--without-gnome
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
- ${WRKSRC}/configure
-
-.if defined(SOUP_SLAVE)
-do-build:
- cd ${WRKSRC}/libsoup && ${GMAKE} libsoup-gnome-2.4.la
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/libsoup/.libs/libsoup-gnome-2.4.a ${PREFIX}/lib/
- ${INSTALL_DATA} ${WRKSRC}/libsoup/.libs/libsoup-gnome-2.4.la ${PREFIX}/lib/
- ${INSTALL_DATA} ${WRKSRC}/libsoup/.libs/libsoup-gnome-2.4.so ${PREFIX}/lib/
- ${INSTALL_DATA} ${WRKSRC}/libsoup/.libs/libsoup-gnome-2.4.so.1 ${PREFIX}/lib/
- cd ${WRKSRC}/libsoup && ${GMAKE} install-libsoupgnomeincludeHEADERS
-.endif
-
-post-install:
-.if defined(SOUP_SLAVE)
- @${MKDIR} ${PREFIX}/libdata/pkgconfig
- @${INSTALL_DATA} ${WRKSRC}/libsoup-gnome-2.4.pc \
- ${PREFIX}/libdata/pkgconfig/
-.else
- @${INSTALL_DATA} ${WRKSRC}/libsoup/soup-connection.h \
- ${PREFIX}/include/libsoup-2.4/libsoup/soup-connection.h
-.endif
-
-.include <bsd.port.mk>
-
-.endif