2012-05-15 05:50:34 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2012/05/15 03:50:34 reed Exp $
|
2009-10-11 20:40:08 +02:00
|
|
|
|
|
|
|
DISTNAME= bzr-explorer-${VER}
|
2012-03-15 12:53:20 +01:00
|
|
|
PKGREVISION= 2
|
2009-10-11 20:40:08 +02:00
|
|
|
CATEGORIES= devel
|
2012-05-15 05:50:34 +02:00
|
|
|
MASTER_SITES= https://launchpad.net/bzr-explorer/${VER:R}/${VER}/+download/
|
2012-04-22 10:45:49 +02:00
|
|
|
VER= 1.2.2
|
2009-10-11 20:40:08 +02:00
|
|
|
|
2011-11-27 14:43:05 +01:00
|
|
|
MAINTAINER= ddeus.pkgsrc@mailnull.com
|
2009-10-11 20:40:08 +02:00
|
|
|
HOMEPAGE= https://launchpad.net/bzr-explorer
|
|
|
|
COMMENT= GUI frontend to bzr
|
2011-11-27 14:43:05 +01:00
|
|
|
LICENSE= gnu-gpl-v2
|
2009-10-11 20:40:08 +02:00
|
|
|
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2012-05-15 05:50:34 +02:00
|
|
|
# Needed for launchpad
|
|
|
|
FETCH_USING= curl
|
|
|
|
|
2009-10-11 20:40:08 +02:00
|
|
|
USE_TOOLS+= msgfmt
|
|
|
|
|
|
|
|
DEPENDS+= qbzr>=0.11:../../devel/qbzr
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
|
|
|
|
|
|
|
|
PYDISTUTILSPKG= yes
|
2012-04-08 23:28:17 +02:00
|
|
|
# Only these python versions are supported, see:
|
2011-11-27 14:43:05 +01:00
|
|
|
# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 26
|
2009-10-11 20:40:08 +02:00
|
|
|
|
|
|
|
.include "../../devel/bzr/plugin.mk"
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|