diff options
Diffstat (limited to 'net/loudmouth')
-rw-r--r-- | net/loudmouth/Makefile | 37 | ||||
-rw-r--r-- | net/loudmouth/distinfo | 2 | ||||
-rw-r--r-- | net/loudmouth/pkg-descr | 5 | ||||
-rw-r--r-- | net/loudmouth/pkg-plist | 15 |
4 files changed, 0 insertions, 59 deletions
diff --git a/net/loudmouth/Makefile b/net/loudmouth/Makefile deleted file mode 100644 index 29b0047..0000000 --- a/net/loudmouth/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: loudmouth -# Date created: 08 July 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= loudmouth -PORTVERSION= 1.0.1 -PORTREVISION= 1 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Lightweight Jabber client library - -USE_BZIP2= yes -USE_GMAKE= yes -USE_LIBTOOL_VER=15 -INSTALLS_SHLIB= 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.12:${PORTSDIR}/security/gnutls -.else -CONFIGURE_ARGS+= --without-ssl -.endif - -.include <bsd.port.post.mk> diff --git a/net/loudmouth/distinfo b/net/loudmouth/distinfo deleted file mode 100644 index 4de0e8f..0000000 --- a/net/loudmouth/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (loudmouth-1.0.1.tar.bz2) = 01a4a3d33d47f00cfcdec375e830be9b -SIZE (loudmouth-1.0.1.tar.bz2) = 259440 diff --git a/net/loudmouth/pkg-descr b/net/loudmouth/pkg-descr deleted file mode 100644 index fe38713..0000000 --- a/net/loudmouth/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Loudmouth is a lightweight and easy-to-use C library for programming with the -Jabber protocol. It's designed to be easy to get started with and yet -extensible to let you do anything the Jabber protocol allows. - -WWW: http://projects.imendio.com/loudmouth/ diff --git a/net/loudmouth/pkg-plist b/net/loudmouth/pkg-plist deleted file mode 100644 index 0fac6ae..0000000 --- a/net/loudmouth/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -include/loudmouth-1.0/loudmouth/lm-connection.h -include/loudmouth-1.0/loudmouth/lm-error.h -include/loudmouth-1.0/loudmouth/lm-message-handler.h -include/loudmouth-1.0/loudmouth/lm-message-node.h -include/loudmouth-1.0/loudmouth/lm-message.h -include/loudmouth-1.0/loudmouth/lm-proxy.h -include/loudmouth-1.0/loudmouth/lm-ssl.h -include/loudmouth-1.0/loudmouth/lm-utils.h -include/loudmouth-1.0/loudmouth/loudmouth.h -lib/libloudmouth-1.a -lib/libloudmouth-1.so -lib/libloudmouth-1.so.0 -libdata/pkgconfig/loudmouth-1.0.pc -@dirrm include/loudmouth-1.0/loudmouth -@dirrm include/loudmouth-1.0 |