2003-07-08 05:07:10 -04:00
|
|
|
# New ports collection makefile for: loudmouth
|
|
|
|
# Date created: 08 July 2003
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= loudmouth
|
2006-09-11 22:31:56 -04:00
|
|
|
PORTVERSION= 1.0.5
|
2007-01-02 03:54:13 -05:00
|
|
|
PORTREVISION= 1
|
2005-11-09 03:21:21 -05:00
|
|
|
CATEGORIES= net-im gnome
|
2003-07-08 05:07:10 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2005-08-28 15:01:15 -04:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
|
2003-07-08 05:07:10 -04:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Lightweight Jabber client library
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2006-02-23 05:40:44 -05:00
|
|
|
GNU_CONFIGURE= yes
|
2006-11-04 22:45:05 -05:00
|
|
|
USE_LDCONFIG= yes
|
2003-07-08 05:07:10 -04:00
|
|
|
USE_GNOME= gnomehack glib20
|
2003-07-13 22:57:56 -04:00
|
|
|
CONFIGURE_ARGS= --disable-gtk-doc
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-07-08 05:07:10 -04:00
|
|
|
|
2005-08-28 15:01:15 -04:00
|
|
|
OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on
|
2003-07-13 22:57:56 -04:00
|
|
|
|
2005-08-28 15:01:15 -04:00
|
|
|
.include <bsd.port.pre.mk>
|
2003-07-13 22:57:56 -04:00
|
|
|
|
2005-08-28 15:01:15 -04:00
|
|
|
.if !defined(WITHOUT_GNUTLS)
|
2007-01-02 03:54:13 -05:00
|
|
|
LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
|
2003-07-13 22:57:56 -04:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-ssl
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|