summaryrefslogtreecommitdiff
path: root/chat/pidgin-facebookchat/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-10-05 08:36:42 +0000
committerobache <obache@pkgsrc.org>2011-10-05 08:36:42 +0000
commit6675556cdac1c095a000e2f2ffd83455c27df5cc (patch)
treeed88164cbc1755d4960117e1e066147703c7415c /chat/pidgin-facebookchat/Makefile
parent3bfa9375168ec625d9819bb433546c7dfe06116e (diff)
downloadpkgsrc-6675556cdac1c095a000e2f2ffd83455c27df5cc.tar.gz
* set LICENSE=gnu-gpl-v3
* pidgin>=2.7.9 contains facebook.png, then let not to install those icons and depend on pidgin>=2.7.9 (no need to buildlink). Bump PKGREVISION.
Diffstat (limited to 'chat/pidgin-facebookchat/Makefile')
-rw-r--r--chat/pidgin-facebookchat/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/chat/pidgin-facebookchat/Makefile b/chat/pidgin-facebookchat/Makefile
index ce727cbbbf0..8101bc0f2f5 100644
--- a/chat/pidgin-facebookchat/Makefile
+++ b/chat/pidgin-facebookchat/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2011/06/10 09:39:48 obache Exp $
+# $NetBSD: Makefile,v 1.16 2011/10/05 08:36:42 obache Exp $
VERSION= 1.27
DISTNAME= pidgin-facebookchat-source-${VERSION}
PKGNAME= pidgin-facebookchat-${VERSION}
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= chat
MASTER_SITES= http://pidgin-facebookchat.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
@@ -12,6 +12,9 @@ WRKSRC= ${WRKDIR}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/pidgin-facebookchat/
COMMENT= Plugin for pidgin to support Facebook IM
+LICENSE= gnu-gpl-v3 # or later
+
+DEPENDS+= pidgin>=2.7.9:../../chat/pidgin
PKG_DESTDIR_SUPPORT= user-destdir
@@ -24,14 +27,9 @@ SUBST_SED.paths+= -e 's+-I/usr/include/libpurple+-I${BUILDLINK_DIR}/include/libp
SUBST_SED.paths+= -e 's+/usr/share/+${DESTDIR}${PREFIX}/share/+g'
SUBST_SED.paths+= -e 's+/usr/lib/+${DESTDIR}${PREFIX}/lib/+g'
-INSTALLATION_DIRS+= lib/purple-2 \
- share/pixmaps/pidgin/protocols/16 \
- share/pixmaps/pidgin/protocols/22 \
- share/pixmaps/pidgin/protocols/48
+INSTALLATION_DIRS+= lib/purple-2
-.include "../../chat/pidgin/buildlink3.mk"
.include "../../chat/libpurple/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"