Tweak net-im/pidgin-bs version 1.3.0_7
[dports.git] / net-im / pidgin-bs / Makefile
1 # Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
2 # $FreeBSD: net-im/pidgin-bs/Makefile 326507 2013-09-06 14:30:42Z bapt $
3
4 PORTNAME=       pidgin-bs
5 PORTVERSION=    1.3.0
6 PORTREVISION=   7
7 CATEGORIES=     net-im
8 MASTER_SITES=   SF/${PORTNAME}/bot-sentry/${PORTVERSION}
9 DISTNAME=       bot-sentry-${PORTVERSION}
10
11 MAINTAINER=     ehaupt@FreeBSD.org
12 COMMENT=        Pidgin plugin to prevent instant message spam
13
14 LICENSE=        GPLv3
15
16 LIB_DEPENDS=    purple:${PORTSDIR}/net-im/libpurple
17 RUN_DEPENDS=    pidgin:${PORTSDIR}/net-im/pidgin
18
19 GNU_CONFIGURE=  yes
20 USES=           gettext gmake pkgconfig
21 USE_BZIP2=      yes
22 USE_GNOME=      gtk20
23 USE_LDCONFIG=   ${PREFIX}/lib/pidgin
24
25 .include <bsd.port.mk>