d81a2b2b2c
Based on patch provided by PR 37017. Fixes build problem with gtk-2.12.0. OKed by wiz@. This release introduces so-called paper mode, a new galculator view intended to be more intuitive by means of "Do your calculations as you would do them on a paper". Along with this new GUI feature, various bugs all over the GUI - core interface have been fixed, with the arithmetic core stable and flawless since a handful of releases.
21 lines
565 B
Makefile
21 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.14 2007/09/23 07:00:30 obache Exp $
|
|
#
|
|
|
|
DISTNAME= galculator-1.3
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galculator/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://galculator.sourceforge.net/
|
|
COMMENT= Desktop calculator with scientific / RPN modes
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}.0
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake msgfmt pkg-config intltool
|
|
USE_DIRS+= xdg-1.1
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|