freebsd-ports/net-im/loudmouth/Makefile

38 lines
829 B
Makefile
Raw Normal View History

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