diff options
author | lofi <lofi@FreeBSD.org> | 2006-01-04 03:56:53 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-01-04 03:56:53 +0800 |
commit | 1d26df32d6e57012ef39245b915bc385dfdf53a9 (patch) | |
tree | 11997bd79a19a1fd9e290b51bc06c3d65c7f16ed /math/abakus | |
parent | c3da0b35f2f325e36a8f7adafccdb492e5f1be98 (diff) | |
download | freebsd-ports-graphics-1d26df32d6e57012ef39245b915bc385dfdf53a9.tar.gz freebsd-ports-graphics-1d26df32d6e57012ef39245b915bc385dfdf53a9.tar.zst freebsd-ports-graphics-1d26df32d6e57012ef39245b915bc385dfdf53a9.zip |
Add abakus, a bc-like calculator with a KDE GUI.
Submitted by: Andy Fawcett <andy@athame.co.uk>
Diffstat (limited to 'math/abakus')
-rw-r--r-- | math/abakus/Makefile | 29 | ||||
-rw-r--r-- | math/abakus/distinfo | 2 | ||||
-rw-r--r-- | math/abakus/pkg-descr | 7 | ||||
-rw-r--r-- | math/abakus/pkg-plist | 6 |
4 files changed, 44 insertions, 0 deletions
diff --git a/math/abakus/Makefile b/math/abakus/Makefile new file mode 100644 index 00000000000..f66de9d506e --- /dev/null +++ b/math/abakus/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: abakus +# Date created: 3 January 2005 +# Whom: Andy Fawcett <andy@athame.co.uk> +# +# $FreeBSD$ + +PORTNAME= abakus +PORTVERSION= 0.90 +CATEGORIES= math kde +MASTER_SITES= http://grammarian.homelinux.net/abakus/ \ + http://www.athame.co.uk/mirror/ +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= andy@athame.co.uk +COMMENT= Michael Pyne's Abakus Calculator + +BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons +LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 + +PREFIX=${LOCALBASE} +USE_KDELIBS= 3 +_NO_KDE_CONFTARGET_HACK= yes +QT_NONSTANDARD= yes + +HAS_CONFIGURE= yes +USE_BZIP2= yes +PREFIX= ${LOCALBASE} + +.include <bsd.port.mk> diff --git a/math/abakus/distinfo b/math/abakus/distinfo new file mode 100644 index 00000000000..8b08ec8a3e1 --- /dev/null +++ b/math/abakus/distinfo @@ -0,0 +1,2 @@ +MD5 (abakus-0.90.tar.bz2) = 7b86a467de78108840a8c37277a12f0e +SIZE (abakus-0.90.tar.bz2) = 375037 diff --git a/math/abakus/pkg-descr b/math/abakus/pkg-descr new file mode 100644 index 00000000000..fc5fe31a93b --- /dev/null +++ b/math/abakus/pkg-descr @@ -0,0 +1,7 @@ +Abakus is a simple calculator for KDE, based on a concept of Roberto Alsina's. +Think of it as bc (the command-line calculator) with a nice GUI. + +WWW: http://grammarian.homelinux.net/abakus/ + +- Andy Fawcett +andy@athame.co.uk diff --git a/math/abakus/pkg-plist b/math/abakus/pkg-plist new file mode 100644 index 00000000000..bce6c9e1a56 --- /dev/null +++ b/math/abakus/pkg-plist @@ -0,0 +1,6 @@ +bin/abakus +share/applnk/Utilities/abakus.desktop +share/apps/abakus/abakusui.rc +share/doc/HTML/en/abakus/index.cache.bz2 +share/doc/HTML/en/abakus/index.docbook +share/icons/hicolor/64x64/apps/abakus.png |