ec41be11bc
NetBSD current.
28 lines
773 B
Makefile
28 lines
773 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/11/27 13:43:05 cheusov Exp $
|
|
|
|
DISTNAME= bzr-explorer-${VER}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://launchpad.net/bzr-explorer/1.2/${VER}/+download/
|
|
VER= 1.2.1
|
|
|
|
MAINTAINER= ddeus.pkgsrc@mailnull.com
|
|
HOMEPAGE= https://launchpad.net/bzr-explorer
|
|
COMMENT= GUI frontend to bzr
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= msgfmt
|
|
|
|
DEPENDS+= qbzr>=0.11:../../devel/qbzr
|
|
DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
|
|
|
|
PYDISTUTILSPKG= yes
|
|
# Only this python versions are supported, see:
|
|
# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html
|
|
PYTHON_VERSIONS_ACCEPTED= 27 26
|
|
|
|
.include "../../devel/bzr/plugin.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|