diff options
author | abs <abs@pkgsrc.org> | 2009-09-06 21:06:44 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-09-06 21:06:44 +0000 |
commit | a3d5fcd3e50097d204a656c11032cffd4afeb97f (patch) | |
tree | bccaf0a81e8d00a31f5f17362ed7f6c335d6f246 /chat/pidgin/Makefile | |
parent | 58c3f2d420ac9e3803552ef570457b93f7cc30b2 (diff) | |
download | pkgsrc-a3d5fcd3e50097d204a656c11032cffd4afeb97f.tar.gz |
PR 41978 from Joachim Kuebart
Update:
chat/finch to 2.6.1
chat/libpurple to 2.6.1
chat/pidgin to 2.6.1
chat/pidgin-sametime to 2.6.1
chat/pidgin-silc to 2.6.1
major changes:
o addition of farsight support for voice/video chats (untested, new option on by default)
o addition of dependency on devel/libidn
o addition of gstreamer option for libpurple (on by default)
Diffstat (limited to 'chat/pidgin/Makefile')
-rw-r--r-- | chat/pidgin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index 78feb46dfe7..330bea83050 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/08/26 19:57:16 sno Exp $ +# $NetBSD: Makefile,v 1.19 2009/09/06 21:06:45 abs Exp $ # # XXX appease pkglint #PKGNAME= pidgin-${PIDGIN_VERSION} @@ -8,8 +8,6 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../chat/libpurple/Makefile.common" -PKGREVISION= 1 - USE_TOOLS+= msgfmt intltool PKGCONFIG_OVERRIDE+= gaim.pc.in @@ -19,6 +17,7 @@ PKGCONFIG_OVERRIDE+= pidgin/pidgin.pc.in CONFIGURE_ARGS+= --enable-gtkui BUILD_DIRS= pidgin +INSTALLATION_DIRS= share/applications # includes "Arguments to configure" as string CHECK_WRKREF_SKIP= bin/pidgin @@ -32,7 +31,6 @@ pre-build: cd ${WRKSRC} && ${BUILD_MAKE_CMD} pidgin.desktop post-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/pidgin.desktop \ ${DESTDIR}${PREFIX}/share/applications @@ -42,6 +40,7 @@ BUILDLINK_API_DEPENDS.libpurple+= libpurple-${PIDGIN_VERSION}{,nb*} .include "../../chat/libpurple/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/libidn/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/libxml2/buildlink3.mk" |