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 | |
parent | 79dfd3d3eb8abc5a621fb60e784bb0db328dcfac (diff) | |
download | ports-21c7848dc92c998815f357dafb8a15aaf4632fdc.tar.gz ports-21c7848dc92c998815f357dafb8a15aaf4632fdc.zip |
Notes
Diffstat (limited to 'net-im/loudmouth')
-rw-r--r-- | net-im/loudmouth/Makefile | 19 | ||||
-rw-r--r-- | net-im/loudmouth/distinfo | 4 |
2 files changed, 7 insertions, 16 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> diff --git a/net-im/loudmouth/distinfo b/net-im/loudmouth/distinfo index bfb884cf059a..4de0e8f95c5b 100644 --- a/net-im/loudmouth/distinfo +++ b/net-im/loudmouth/distinfo @@ -1,2 +1,2 @@ -MD5 (loudmouth-0.17.2.tar.bz2) = db5dd069f3c7de18d5347ebaaee4ad61 -SIZE (loudmouth-0.17.2.tar.bz2) = 286981 +MD5 (loudmouth-1.0.1.tar.bz2) = 01a4a3d33d47f00cfcdec375e830be9b +SIZE (loudmouth-1.0.1.tar.bz2) = 259440 |