Merge from vendor branch TNF:
[pkgsrcv2.git] / audio / kmp / Makefile
1 # $NetBSD: Makefile,v 1.18 2011/03/11 10:18:12 zafer Exp $
2
3 DISTNAME=               kmp-0.01
4 PKGREVISION=            9
5 CATEGORIES=             audio
6 MASTER_SITES=           # http://mercury.chem.pitt.edu/~shank/
7 EXTRACT_SUFX=           .tar.bz2
8
9 MAINTAINER=             pkg@burningsoda.com
10 #HOMEPAGE=              http://www.threadbox.net/index.php/code/kmp/
11 COMMENT=                Qt client for the Music Player Daemon
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 USE_LANGUAGES=          c c++
16 USE_LIBTOOL=            yes
17 HAS_CONFIGURE=          yes
18 CONFIGURE_ARGS+=        ${PREFIX}
19
20 INSTALLATION_DIRS=      bin
21
22 .include "../../x11/qt3-libs/buildlink3.mk"
23 .include "../../x11/qt3-tools/buildlink3.mk"
24 # XXX Please verify whether qt3-tools is really needed at run-time.
25 # If it is, then remove this comment.  If it is not, then remove
26 # this comment and the line below, and bump PKGREVISION.
27 BUILDLINK_DEPMETHOD.qt3-tools=  full
28 .include "../../mk/bsd.pkg.mk"