pkgsrc/math/qalculate-gtk/Makefile
tron a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00

25 lines
743 B
Makefile

# $NetBSD: Makefile,v 1.56 2013/06/04 22:16:39 tron Exp $
DISTNAME= qalculate-gtk-0.9.7
PKGREVISION= 22
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)
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 "../../mk/omf-scrollkeeper.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"