blob: 0f6b7326c916440e2635a02b60a0151a1684a2a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= pidgin-bot-sentry
PORTVERSION= 1.3.0
PORTREVISION= 14
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
WWW= https://sourceforge.net/projects/pidgin-bs/
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>
|