summaryrefslogtreecommitdiffstats
path: root/devel/libsoup22/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-29 11:22:33 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-29 11:22:33 +0800
commit7b8aba216e9e28e0231a6bd1c04ca78a44b8947a (patch)
tree5a3fd5eb9dafcc13fdb58b54ac18cecb0e18bd4d /devel/libsoup22/Makefile
parent870cce73ff384535d6659d76907830dde9a0b6c8 (diff)
downloadmarcuscom-ports-7b8aba216e9e28e0231a6bd1c04ca78a44b8947a.tar
marcuscom-ports-7b8aba216e9e28e0231a6bd1c04ca78a44b8947a.tar.gz
marcuscom-ports-7b8aba216e9e28e0231a6bd1c04ca78a44b8947a.tar.bz2
marcuscom-ports-7b8aba216e9e28e0231a6bd1c04ca78a44b8947a.tar.lz
marcuscom-ports-7b8aba216e9e28e0231a6bd1c04ca78a44b8947a.tar.xz
marcuscom-ports-7b8aba216e9e28e0231a6bd1c04ca78a44b8947a.tar.zst
marcuscom-ports-7b8aba216e9e28e0231a6bd1c04ca78a44b8947a.zip
Use ltverhack to normalize the shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4653 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libsoup22/Makefile')
-rw-r--r--devel/libsoup22/Makefile46
1 files changed, 46 insertions, 0 deletions
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile
new file mode 100644
index 000000000..d84ddb357
--- /dev/null
+++ b/devel/libsoup22/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: libsoup
+# Date created: 12 March 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= libsoup
+PORTVERSION= 2.2.6.1
+PORTREVISION= 1
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2
+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 libxml2 ltverhack
+INSTALLS_SHLIB= yes
+USE_AUTOTOOLS= libtool:15
+USE_GMAKE= yes
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
+ --disable-gtk-doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib
+
+PLIST_SUB= VERSION="2.2"
+
+.if !defined(WITHOUT_SSL)
+LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
+.else
+CONFIGURE_ARGS+=--disable-ssl
+.endif
+
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "libsoup has the following configurable option(s):"
+ @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
+ @${ECHO_MSG} ""
+
+.include <bsd.port.mk>