pkgsrc/audio/pavucontrol/Makefile
wiz 6f7c23cfe5 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:01:16 +00:00

28 lines
895 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/07/22 09:01:19 wiz Exp $
#
DISTNAME= pavucontrol-0.9.7
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/pavucontrol/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://0pointer.de/lennart/projects/pavucontrol/
COMMENT= Volume control tool ("mixer") for the PulseAudio sound server
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config gmake intltool perl msgfmt
CONFIGURE_ARGS+= --disable-lynx
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../audio/libcanberra/buildlink3.mk"
.include "../../audio/pulseaudio/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gconfmm/buildlink3.mk"
.include "../../devel/libglademm/buildlink3.mk"
.include "../../devel/libsigc++/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtkmm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"