pkgsrc-wip/deforaos-mixer/Makefile
Pierre Pronchery e097014bc3 Packaged DeforaOS Mixer 0.1.0, including:
- a new layout for the controls (tabbed, enabled by default)
- an optional embedded mode (for the DeforaOS Panel)
- support for control sets (NetBSD/Solaris...)
- some bug fixes (likewise, enumerated controls...)
- additional cleanup and polishing.
2012-03-21 17:48:27 +00:00

23 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/03/21 17:48:27 khorben Exp $
DISTNAME= Mixer-0.1.0
PKGNAME= deforaos-mixer-0.1.0
CATEGORIES= audio
MASTER_SITES= http://www.defora.org/os/download/download/3658/
MAINTAINER= khorben@defora.org
HOMEPAGE= http://www.defora.org/
COMMENT= DeforaOS desktop audio mixer
LICENSE= gnu-gpl-v3
USE_TOOLS+= pkg-config
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= DESTDIR=${DESTDIR}
.include "../../x11/gtk2/buildlink3.mk"
.include "../../wip/deforaos-libdesktop/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"