scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
29 lines
800 B
Makefile
29 lines
800 B
Makefile
# $NetBSD: Makefile,v 1.26 2009/01/04 18:01:00 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= Modern multi-purpose desktop calculator (GNOME version)
|
|
|
|
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/rarian/omf.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|