Update net-im/pidgin-bs to 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 315550 2013-03-29 17:00:45Z ehaupt $
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 USE_BZIP2=      yes
21 USE_GETTEXT=    yes
22 USE_GMAKE=      yes
23 USE_GNOME=      gtk20
24 USE_LDCONFIG=   ${PREFIX}/lib/pidgin
25
26 .include <bsd.port.pre.mk>
27
28 .if ${OSVERSION} < 700000
29 BROKEN=         configure fails on 6.x
30 .endif
31
32 .include <bsd.port.post.mk>