1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net-im/loudmouth/Makefile
Jeremy Messenger 2e6399a8bd Add libidn dependency with no option provide. There is no option to disable
and enable, which it's a auto-check in configure. The libidn is small. Bump
the PORTREVISION.

PR:		ports/119437
Submitted by:	Piotr Smyrak <smyru@heron.pl>
2008-01-18 22:24:03 +00:00

41 lines
925 B
Makefile

# New ports collection makefile for: loudmouth
# Date created: 08 July 2003
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= loudmouth
PORTVERSION= 1.2.3
PORTREVISION= 2
CATEGORIES= net-im gnome
MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \
${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
MAINTAINER= gnome@FreeBSD.org
COMMENT= Lightweight Jabber client library
LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack glib20
CONFIGURE_ARGS= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_GNUTLS)
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-ssl
.endif
.include <bsd.port.post.mk>