29 lines
807 B
Makefile
29 lines
807 B
Makefile
# $NetBSD: Makefile,v 1.24 2008/06/20 01:09:25 joerg 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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|