20 lines
490 B
Makefile
20 lines
490 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/10/02 23:47:58 asau Exp $
|
|
#
|
|
|
|
DISTNAME= moodbar-0.1.2
|
|
PKGREVISION= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://pwsp.net/~qbob/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://amarok.kde.org/wiki/Moodbar
|
|
COMMENT= Tool to show the "mood" of a track
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../math/fftwf/buildlink3.mk"
|
|
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|