c3eeae863f
With epg@'s concurrence, reset MAINTAINER on *bzr* to Jan Danielsson.
20 lines
506 B
Makefile
20 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.13 2010/12/06 13:57:28 gdt Exp $
|
|
|
|
DISTNAME= bzrtools-${VER}
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= http://launchpad.net/bzrtools/stable/${VER}/+download/
|
|
VER= 2.1.0
|
|
|
|
MAINTAINER= jan.m.danielsson@gmail.com
|
|
HOMEPAGE= http://bazaar-vcs.org/BzrTools
|
|
COMMENT= Collection of plugins for Bazaar
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/bzrtools
|
|
|
|
.include "../../devel/bzr/plugin.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|