2013-03-29 18:00:45 +01:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
2010-03-15 23:40:58 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pidgin-bs
|
|
|
|
PORTVERSION= 1.3.0
|
2013-03-29 18:00:45 +01:00
|
|
|
PORTREVISION= 7
|
2010-03-15 23:40:58 +01:00
|
|
|
CATEGORIES= net-im
|
|
|
|
MASTER_SITES= SF/${PORTNAME}/bot-sentry/${PORTVERSION}
|
|
|
|
DISTNAME= bot-sentry-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
|
|
COMMENT= Pidgin plugin to prevent instant message spam
|
|
|
|
|
2011-12-27 16:14:23 +01:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2013-12-18 16:06:19 +01:00
|
|
|
LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple
|
2010-03-15 23:40:58 +01:00
|
|
|
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-09-06 16:30:42 +02:00
|
|
|
USES= gettext gmake pkgconfig
|
2010-03-15 23:40:58 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= gtk20
|
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/pidgin
|
|
|
|
|
2013-09-06 16:30:42 +02:00
|
|
|
.include <bsd.port.mk>
|