mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
The plugin was always called pidgin-bot-sentry. The fact that the tarball is called pidgin-bs is the reason why it was originally added under this name. Comparing the project name at repology [1] confirms that error nicely: https://repology.org/project/pidgin-bot-sentry/versions https://repology.org/project/pidgin-bs/versions While here: USE_LDCONFIG is not needed for .so that's installed in the pidgin plugin directory. Pacify portlint/portclippy, apply portfmt.
24 lines
559 B
Makefile
24 lines
559 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
|
|
PORTNAME= pidgin-bot-sentry
|
|
PORTVERSION= 1.3.0
|
|
PORTREVISION= 11
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= SF/pidgin-bs/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:net-im/libpurple
|
|
RUN_DEPENDS= pidgin:net-im/pidgin
|
|
|
|
USES= gettext gmake gnome libtool pkgconfig tar:bzip2
|
|
USE_GNOME= gtk20 intltool
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|