c3eeae863f
With epg@'s concurrence, reset MAINTAINER on *bzr* to Jan Danielsson.
25 lines
563 B
Makefile
25 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.12 2010/12/06 13:57:28 gdt Exp $
|
|
|
|
DISTNAME= qbzr-${VER}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://launchpad.net/qbzr/trunk/${VER}/+download/
|
|
VER= 0.16
|
|
|
|
MAINTAINER= jan.m.danielsson@gmail.com
|
|
HOMEPAGE= http://bazaar-vcs.org/QBzr
|
|
COMMENT= GUI front end for Bazaar
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= msgfmt
|
|
|
|
WRKSRC= ${WRKDIR}/qbzr
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../devel/bzr/plugin.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|