d70523df21
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
30 lines
796 B
Makefile
30 lines
796 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/07/22 09:01:23 wiz Exp $
|
|
|
|
DISTNAME= bzr-gtk-${VER}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://launchpad.net/bzr-gtk/0.95/${VER}/+download/
|
|
VER= 0.95.0
|
|
|
|
MAINTAINER= epg@NetBSD.org
|
|
HOMEPAGE= http://bazaar-vcs.org/bzr-gtk
|
|
COMMENT= Various GTK+ frontends to Bazaar commands
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cairo>=1.0:../../graphics/py-cairo
|
|
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 25
|
|
|
|
USE_TOOLS+= msgfmt
|
|
|
|
# Insists on working X display, and fails anyway, so disable.
|
|
BZR_PLUGIN_TEST=no
|
|
|
|
PRIVILEGED_STAGES+= clean
|
|
|
|
.include "../../devel/bzr/plugin.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|