diff options
author | drochner <drochner@pkgsrc.org> | 2010-02-03 14:05:01 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-02-03 14:05:01 +0000 |
commit | 93b4b39deb1cab29b3d595adfe81cb0f0e46270c (patch) | |
tree | b227007ce67309acb1fd1c068d203bf7dd197652 /math/extcalc/Makefile | |
parent | f46d4d9379a2de8873009c5d068a786fce32780e (diff) | |
download | pkgsrc-93b4b39deb1cab29b3d595adfe81cb0f0e46270c.tar.gz |
add extcalc-0.9.2, another desktop calculator
(I had this in my tree for a while but found the UI too complex to
be handled intuitively. But now it appeared on a list of
"the 7 best Linux calculators", so perhaps it is just me...)
Diffstat (limited to 'math/extcalc/Makefile')
-rw-r--r-- | math/extcalc/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/math/extcalc/Makefile b/math/extcalc/Makefile new file mode 100644 index 00000000000..531348fa59f --- /dev/null +++ b/math/extcalc/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/03 14:05:01 drochner Exp $ +# + +DISTNAME= extcalc-0.9.2 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=extcalc-linux/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://extcalc-linux.sourceforge.net/ +COMMENT= Scientific graphic calculator + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ +USE_DIRS+= xdg-1.1 +PKG_DESTDIR_SUPPORT= user-destdir + +SUBST_CLASSES+= iconpath +SUBST_STAGE.iconpath= pre-configure +SUBST_FILES.iconpath= share/extcalc.desktop +SUBST_VARS.iconpath= PREFIX + +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/qt3-libs/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |