summaryrefslogtreecommitdiff
path: root/net-im/pidgin-bot-sentry/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/pidgin-bot-sentry/Makefile')
-rw-r--r--net-im/pidgin-bot-sentry/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-im/pidgin-bot-sentry/Makefile b/net-im/pidgin-bot-sentry/Makefile
new file mode 100644
index 000000000000..57831a82e4dc
--- /dev/null
+++ b/net-im/pidgin-bot-sentry/Makefile
@@ -0,0 +1,24 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+
+PORTNAME= pidgin-bot-sentry
+PORTVERSION= 1.3.0
+PORTREVISION= 11
+CATEGORIES= net-im
+MASTER_SITES= SF/pidgin-bs/bot-sentry/${PORTVERSION}
+DISTNAME= bot-sentry-${PORTVERSION}
+
+MAINTAINER= ehaupt@FreeBSD.org
+COMMENT= Pidgin plugin to prevent instant message spam
+
+LICENSE= GPLv3
+
+LIB_DEPENDS= libpurple.so:net-im/libpurple
+RUN_DEPENDS= pidgin:net-im/pidgin
+
+USES= gettext gmake gnome libtool pkgconfig tar:bzip2
+USE_GNOME= gtk20 intltool
+GNU_CONFIGURE= yes
+
+INSTALL_TARGET= install-strip
+
+.include <bsd.port.mk>