mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
26 lines
574 B
Makefile
26 lines
574 B
Makefile
# 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= libpurple.so:${PORTSDIR}/net-im/libpurple
|
|
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gettext gmake pkgconfig
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gtk20
|
|
USE_LDCONFIG= ${PREFIX}/lib/pidgin
|
|
|
|
.include <bsd.port.mk>
|