summaryrefslogtreecommitdiffstats
path: root/devel/libsoup22/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-24 07:51:26 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-24 07:51:26 +0800
commit42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50 (patch)
treea4e81f6a05cba38f90ebc670d1000077d80a99b1 /devel/libsoup22/Makefile
parent22498dc21f6c4529a51d8b786490216b69ebb848 (diff)
downloadmarcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.gz
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.bz2
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.lz
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.xz
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.tar.zst
marcuscom-ports-42c2ae1dc1199e6d46ca541ed37a7ba4aa6a1c50.zip
Add libsoup, and update to 1.99.26.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1249 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup22/Makefile')
-rw-r--r--devel/libsoup22/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile
new file mode 100644
index 000000000..58d66f674
--- /dev/null
+++ b/devel/libsoup22/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: libsoup
+# Date created: 12 March 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/devel/libsoup/Makefile,v 1.15 2003/09/01 13:47:54 dinoex Exp $
+#
+
+PORTNAME= libsoup
+PORTVERSION= 1.99.26
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.99
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
+
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+
+USE_BZIP2= yes
+USE_GNOME= gnomehack glib20
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+USE_OPENSSL= yes
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
+
+.include <bsd.port.mk>