2006-04-17 15:45:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.29 2006/04/17 13:46:24 wiz Exp $
|
2003-05-05 14:46:30 +02:00
|
|
|
|
2005-10-09 14:33:58 +02:00
|
|
|
DISTNAME= kmymoney2-0.8
|
2006-04-17 15:45:57 +02:00
|
|
|
PKGREVISION= 5
|
2003-05-05 14:46:30 +02:00
|
|
|
CATEGORIES= finance kde
|
2004-06-15 15:58:51 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kmymoney2/}
|
2003-05-05 14:46:30 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-05-05 14:46:30 +02:00
|
|
|
HOMEPAGE= http://kmymoney2.sourceforge.net/
|
2006-03-11 04:29:20 +01:00
|
|
|
COMMENT= Personal finance manager for KDE
|
2003-05-05 14:46:30 +02:00
|
|
|
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2004-07-28 15:18:11 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2006-02-09 22:46:47 +01:00
|
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
SHLIBTOOL_OVERRIDE+= libtool
|
|
|
|
|
|
|
|
.include "options.mk"
|
2003-05-05 14:46:30 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --enable-mt
|
|
|
|
|
2005-10-09 14:33:58 +02:00
|
|
|
# a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem
|
|
|
|
SUBST_CLASSES+= hints
|
|
|
|
SUBST_STAGE.hints= post-patch
|
2006-02-09 22:46:47 +01:00
|
|
|
SUBST_MESSAGE.hints= Fix includehints.
|
2005-10-09 14:33:58 +02:00
|
|
|
SUBST_FILES.hints= kmymoney2/dialogs/*.ui kmymoney2/views/*.ui
|
|
|
|
SUBST_FILTER_CMD.hints= ${GREP} -v includehint
|
|
|
|
|
2004-04-26 04:44:47 +02:00
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
2004-07-28 15:18:11 +02:00
|
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
2005-10-09 14:33:58 +02:00
|
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
2003-05-05 14:46:30 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|