summaryrefslogtreecommitdiff
path: root/net-im/loudmouth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/loudmouth/Makefile')
-rw-r--r--net-im/loudmouth/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
new file mode 100644
index 000000000000..d8ad6d04af4f
--- /dev/null
+++ b/net-im/loudmouth/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: loudmouth
+# Date created: 08 July 2003
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= loudmouth
+PORTVERSION= 0.10.1
+CATEGORIES= net gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Lightweight Jabber client library
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+USE_GNOME= gnomehack glib20
+
+.include <bsd.port.mk>