diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-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 |
5 files changed, 45 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 5295236bcd67..4212d1c29bf5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -7,6 +7,7 @@ SUBDIR += PDL SUBDIR += R SUBDIR += aamath + SUBDIR += abakus SUBDIR += abs SUBDIR += add SUBDIR += algae diff --git a/math/abakus/Makefile b/math/abakus/Makefile new file mode 100644 index 000000000000..f66de9d506eb --- /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 000000000000..8b08ec8a3e1b --- /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 000000000000..fc5fe31a93b5 --- /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 000000000000..bce6c9e1a56b --- /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 |