summaryrefslogtreecommitdiff
path: root/math/gnome-calculator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnome-calculator/Makefile')
-rw-r--r--math/gnome-calculator/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile
new file mode 100644
index 00000000000..54775756050
--- /dev/null
+++ b/math/gnome-calculator/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2014/01/25 12:35:19 prlw1 Exp $
+
+DISTNAME= gnome-calculator-3.10.2
+CATEGORIES= math gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-calculator/${PKGVERSION_NOREV:R}/}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= prlw1@cam.ac.uk
+HOMEPAGE= https://wiki.gnome.org/Apps/Calculator
+COMMENT= Desktop calculator for GNOME
+LICENSE= gnu-gpl-v2
+
+CONFLICTS+= gcalctool-[0-9]*
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake gsed intltool msgfmt pkg-config
+USE_PKGLOCALEDIR= yes
+
+DEPENDS+= gnome-icon-theme-symbolic-[0-9]*:../../graphics/gnome-icon-theme-symbolic
+BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
+
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../devel/glib2/schemas.mk"
+.include "../../lang/vala018/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"