diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-03-13 10:17:41 +0100 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-03-13 10:17:41 +0100 |
commit | 28a8f6962140c5686cd87f255d69de777eaefa62 (patch) | |
tree | d7f5e39cf13e5ff3d83e378023fd097391455e5b /net-im/pidgin-bot-sentry/Makefile | |
parent | sysutils/rocinante: Update to 0.1.20220216 (diff) |
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.
Diffstat (limited to 'net-im/pidgin-bot-sentry/Makefile')
-rw-r--r-- | net-im/pidgin-bot-sentry/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-im/pidgin-bot-sentry/Makefile b/net-im/pidgin-bot-sentry/Makefile new file mode 100644 index 000000000000..57831a82e4dc --- /dev/null +++ b/net-im/pidgin-bot-sentry/Makefile @@ -0,0 +1,24 @@ +# 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> |