60806aa001
Fix PR pkg/48777
21 lines
630 B
Makefile
21 lines
630 B
Makefile
# $NetBSD: Makefile,v 1.41 2014/05/05 00:48:07 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= galculator-2.1.2
|
|
PKGREVISION= 6
|
|
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
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-gtk3
|
|
USE_TOOLS+= gmake msgfmt pkg-config intltool
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|