summaryrefslogtreecommitdiff
path: root/audio/kmp/Makefile
blob: a0b819ef2b26b9ead1c4d1e4d6865562beb4446d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile,v 1.14 2009/08/26 19:57:10 sno Exp $

DISTNAME=		kmp-0.01
PKGREVISION=		5
CATEGORIES=		audio
MASTER_SITES=		http://mercury.chem.pitt.edu/~shank/
EXTRACT_SUFX=		.tar.bz2

MAINTAINER=		pkg@burningsoda.com
#HOMEPAGE=		http://www.threadbox.net/index.php/code/kmp/
COMMENT=		Qt client for the Music Player Daemon

PKG_DESTDIR_SUPPORT=	user-destdir

USE_LANGUAGES=		c c++
USE_LIBTOOL=		yes
HAS_CONFIGURE=		yes
CONFIGURE_ARGS+=	${PREFIX}

INSTALLATION_DIRS=	bin

.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
# XXX Please verify whether qt3-tools is really needed at run-time.
# If it is, then remove this comment.  If it is not, then remove
# this comment and the line below, and bump PKGREVISION.
BUILDLINK_DEPMETHOD.qt3-tools=	full
.include "../../mk/bsd.pkg.mk"