pkgsrc/chat/gajim/Makefile
marino 43647f68e1 chat/gajim: Add msgfmt to USE_TOOLS
Required to build on DragonFly.
2011-11-23 19:33:56 +00:00

33 lines
939 B
Makefile

# $NetBSD: Makefile,v 1.6 2011/11/23 19:33:56 marino Exp $
#
DISTNAME= gajim-0.14.1
PKGREVISION= 4
CATEGORIES= chat python
MASTER_SITES= http://www.gajim.org/downloads/0.14/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= vsevolod@highsecure.ru
HOMEPAGE= http://www.gajim.org/
COMMENT= Jabber client written in PyGTK
LICENSE= gnu-gpl-v3
DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
DEPENDS= ${PYPKGPREFIX}-dbus>=0.81:../../sysutils/py-dbus
DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
PKG_DESTDIR_SUPPORT= user-destdir
.include "options.mk"
USE_TOOLS+= gmake intltool pkg-config msgfmt
GNU_CONFIGURE= yes
PYTHON_VERSIONS_ACCEPTED= 27 26 25
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/libXScrnSaver/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"