diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-03-30 01:00:45 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-03-30 01:00:45 +0800 |
commit | 0bff05ab8ce319f206973f06724d3b783a2aa687 (patch) | |
tree | 4ed12507b5e454eda969eecc590c898b56e41ea3 /net-im | |
parent | 460ad2dfe52093a490d3c78c0a6d5a722649ddd6 (diff) | |
download | freebsd-ports-gnome-0bff05ab8ce319f206973f06724d3b783a2aa687.tar.gz freebsd-ports-gnome-0bff05ab8ce319f206973f06724d3b783a2aa687.tar.zst freebsd-ports-gnome-0bff05ab8ce319f206973f06724d3b783a2aa687.zip |
- Fix pkg-plist [1]
- Don't request ABI version in LIB_DEPENDS
- Trim header
Notified by: miwi [1]
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-bs/Makefile | 13 | ||||
-rw-r--r-- | net-im/pidgin-bs/pkg-plist | 10 |
2 files changed, 14 insertions, 9 deletions
diff --git a/net-im/pidgin-bs/Makefile b/net-im/pidgin-bs/Makefile index d6acb695e315..23ac137459dc 100644 --- a/net-im/pidgin-bs/Makefile +++ b/net-im/pidgin-bs/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: pidgin-bs -# Date created: 15 Mar 2010 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pidgin-bs PORTVERSION= 1.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im MASTER_SITES= SF/${PORTNAME}/bot-sentry/${PORTVERSION} DISTNAME= bot-sentry-${PORTVERSION} @@ -17,17 +13,16 @@ COMMENT= Pidgin plugin to prevent instant message spam LICENSE= GPLv3 -LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes USE_BZIP2= yes +USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin -PLIST_FILES= lib/purple-2/bot-sentry.so lib/purple-2/bot-sentry.la - .include <bsd.port.pre.mk> .if ${OSVERSION} < 700000 diff --git a/net-im/pidgin-bs/pkg-plist b/net-im/pidgin-bs/pkg-plist new file mode 100644 index 000000000000..6164770bd19c --- /dev/null +++ b/net-im/pidgin-bs/pkg-plist @@ -0,0 +1,10 @@ +lib/purple-2/bot-sentry.so +lib/purple-2/bot-sentry.la +share/locale/ar/LC_MESSAGES/bot-sentry.mo +share/locale/cs/LC_MESSAGES/bot-sentry.mo +share/locale/de/LC_MESSAGES/bot-sentry.mo +share/locale/es/LC_MESSAGES/bot-sentry.mo +share/locale/it/LC_MESSAGES/bot-sentry.mo +share/locale/no/LC_MESSAGES/bot-sentry.mo +share/locale/ru/LC_MESSAGES/bot-sentry.mo +@dirrmtry lib/purple-2 |