2003-05-07 07:56:58 +02:00
|
|
|
# New ports collection makefile for: libsoup
|
|
|
|
# Date created: 12 March 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2001-05-28 16:54:40 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-04-30 02:47:21 +02:00
|
|
|
# $MCom: ports/devel/libsoup/Makefile,v 1.36 2006/04/13 07:52:33 bland Exp $
|
2001-05-28 16:54:40 +02:00
|
|
|
#
|
|
|
|
|
2003-05-07 07:56:58 +02:00
|
|
|
PORTNAME= libsoup
|
2007-02-13 02:23:13 +01:00
|
|
|
PORTVERSION= 2.2.100
|
2007-01-09 05:11:20 +01:00
|
|
|
PORTREVISION?= 0
|
2001-05-28 16:54:40 +02:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2006-04-30 02:47:21 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
2003-05-07 07:56:58 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
2001-05-28 16:54:40 +02:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
|
2001-05-28 16:54:40 +02:00
|
|
|
|
2006-05-10 19:13:21 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2002-07-20 14:18:49 +02:00
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
2001-05-28 16:54:40 +02:00
|
|
|
|
2006-05-10 19:13:21 +02:00
|
|
|
USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack
|
2006-11-05 04:45:05 +01:00
|
|
|
USE_LDCONFIG= yes
|
2005-11-05 05:53:48 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-11-07 23:24:32 +01:00
|
|
|
USE_GMAKE= yes
|
2004-03-15 19:10:32 +01:00
|
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
2004-11-07 23:24:32 +01:00
|
|
|
--disable-gtk-doc
|
2005-12-24 23:21:57 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-05-28 16:54:40 +02:00
|
|
|
|
2004-11-07 23:24:32 +01:00
|
|
|
PLIST_SUB= VERSION="2.2"
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_SSL)
|
2007-01-02 09:54:13 +01:00
|
|
|
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
|
2004-11-07 23:24:32 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-ssl
|
|
|
|
.endif
|
|
|
|
|
2005-11-19 20:54:29 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-11-07 23:24:32 +01:00
|
|
|
pre-everything::
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "libsoup has the following configurable option(s):"
|
|
|
|
@${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
|
2005-11-19 20:54:29 +01:00
|
|
|
.include <bsd.port.post.mk>
|
2006-05-10 19:13:21 +02:00
|
|
|
|
|
|
|
.endif
|