ports/net-im/pidgin-bot-sentry/Makefile
Emanuel Haupt 28a8f69621 net-im/pidgin-bot-sentry: Rename pidgin-bs to pidgin-bot-sentry
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.
2022-03-13 10:17:41 +01:00

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>