blob: 118480daae152c09daa366e7bfb48be9cf8bb76d (
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
24
25
26
27
28
29
30
31
32
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= pidgin-bs
PORTVERSION= 1.3.0
PORTREVISION= 7
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
LICENSE= GPLv3
LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
GNU_CONFIGURE= yes
USES= gettext
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gtk20
USE_LDCONFIG= ${PREFIX}/lib/pidgin
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= configure fails on 6.x
.endif
.include <bsd.port.post.mk>
|