pkgsrc-wip/gst-inspector/Makefile
Thomas Klausner 53cae12b32 Remove USE_DIRS from pkgsrc.
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
2009-07-22 09:53:10 +00:00

34 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2009/07/22 09:53:12 thomasklausner Exp $
#
DISTNAME= gst-inspector-0.4
CATEGORIES= devel python
MASTER_SITES= http://cgit.freedesktop.org/~cymacs/gst-inspector/snapshot/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://renestadler.de/projects/gst-inspector/
COMMENT= Multimedia system plugin introspection for the GStreamer framework
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
USE_TOOLS+= intltool msgfmt gettext
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../devel/py-gobject/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/librsvg/buildlink3.mk"
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"