2006-08-06 12:24:44 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2006/08/06 10:24:44 wiz Exp $
|
2004-05-02 06:30:09 +02:00
|
|
|
|
|
|
|
DISTNAME= kmp-0.01
|
2006-04-17 15:45:57 +02:00
|
|
|
PKGREVISION= 4
|
2004-05-02 06:30:09 +02:00
|
|
|
CATEGORIES= audio
|
2005-11-18 21:19:42 +01:00
|
|
|
MASTER_SITES= http://mercury.chem.pitt.edu/~shank/
|
2004-05-02 06:30:09 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= pkg@burningsoda.com
|
2005-11-18 21:19:42 +01:00
|
|
|
#HOMEPAGE= http://www.threadbox.net/index.php/code/kmp/
|
2004-05-02 06:30:09 +02:00
|
|
|
COMMENT= Qt client for the Music Player Daemon
|
|
|
|
|
2006-08-06 12:24:44 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2004-05-02 06:30:09 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= ${PREFIX}
|
|
|
|
|
|
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
|
|
.include "../../x11/qt3-tools/buildlink3.mk"
|
2006-01-05 11:08:58 +01:00
|
|
|
# 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
|
2004-05-02 06:30:09 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|