From 7b8aba216e9e28e0231a6bd1c04ca78a44b8947a Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 29 Aug 2005 03:22:33 +0000 Subject: Use ltverhack to normalize the shared lib version. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4653 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/libsoup22/Makefile | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 devel/libsoup22/Makefile (limited to 'devel/libsoup22/Makefile') 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 +# +# $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 -- cgit v1.2.3