pkgsrc/math/qalculate-gtk/Makefile

27 lines
770 B
Makefile

# $NetBSD: Makefile,v 1.23 2008/03/06 14:53:52 wiz Exp $
DISTNAME= qalculate-gtk-0.9.6
PKGREVISION= 1
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
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= autoconf gmake intltool msgfmt pkg-config
GNU_CONFIGURE= yes
pre-configure:
cd ${WRKSRC}; autoconf
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../math/qalculate/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../mk/bsd.pkg.mk"