pkgsrc/math/qalculate-kde/Makefile

25 lines
718 B
Makefile
Raw Normal View History

2006-07-20 14:32:02 +02:00
# $NetBSD: Makefile,v 1.10 2006/07/20 12:32:02 joerg Exp $
2005-08-03 15:41:24 +02:00
DISTNAME= qalculate-kde-0.9.4
2005-08-03 15:41:24 +02:00
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://qalculate.sourceforge.net/
COMMENT= Qalculate is a modern multi-purpose desktop calculator
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
DEPENDS+= wget>=1.8:../../net/wget
2006-05-07 15:51:20 +02:00
USE_LANGUAGES= c c++
2005-08-03 15:41:24 +02:00
USE_PKGLOCALEDIR= yes
2006-05-07 15:51:20 +02:00
USE_LIBTOOL= yes
2006-07-20 14:32:02 +02:00
USE_TOOLS+= gmake msgfmt pkg-config perl
2005-08-03 15:41:24 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/kde
.include "../../math/qalculate/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
2005-08-03 15:41:24 +02:00
.include "../../mk/bsd.pkg.mk"