freebsd-ports/net-im/pidgin-bs/Makefile

26 lines
574 B
Makefile
Raw Normal View History

# 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
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
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
GNU_CONFIGURE= yes
2013-09-06 16:30:42 +02:00
USES= gettext gmake pkgconfig
USE_BZIP2= yes
USE_GNOME= gtk20
USE_LDCONFIG= ${PREFIX}/lib/pidgin
2013-09-06 16:30:42 +02:00
.include <bsd.port.mk>