diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-28 19:01:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-28 19:01:15 +0000 |
commit | 21c7848dc92c998815f357dafb8a15aaf4632fdc (patch) | |
tree | f4ffb80cf7f643e0069ce216b2723f6a60c81f42 /net-im/loudmouth/Makefile | |
parent | 79dfd3d3eb8abc5a621fb60e784bb0db328dcfac (diff) | |
download | ports-21c7848dc92c998815f357dafb8a15aaf4632fdc.tar.gz ports-21c7848dc92c998815f357dafb8a15aaf4632fdc.zip |
Notes
Diffstat (limited to 'net-im/loudmouth/Makefile')
-rw-r--r-- | net-im/loudmouth/Makefile | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 221aabd0c410..1f25ebb9baa9 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -6,11 +6,10 @@ # PORTNAME= loudmouth -PORTVERSION= 0.17.2 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.17 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight Jabber client library @@ -24,22 +23,14 @@ CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.include <bsd.port.pre.mk> +OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on -.if exists(${LOCALBASE}/lib/libgnutls.so) -WITH_GNUTLS= yes -.endif +.include <bsd.port.pre.mk> -.if defined(WITH_GNUTLS) +.if !defined(WITHOUT_GNUTLS) LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-ssl .endif -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "Loudmouth has the following tunable option(s):" - @${ECHO_MSG} " WITH_GNUTLS Enable SSL (via GnuTLS) support" - @${ECHO_MSG} "" - .include <bsd.port.post.mk> |