diff options
Diffstat (limited to 'freebsd/applications/abakus')
-rw-r--r-- | freebsd/applications/abakus/Makefile | 33 | ||||
-rw-r--r-- | freebsd/applications/abakus/distinfo | 2 | ||||
-rw-r--r-- | freebsd/applications/abakus/pkg-descr | 9 | ||||
-rw-r--r-- | freebsd/applications/abakus/pkg-plist | 15 |
4 files changed, 59 insertions, 0 deletions
diff --git a/freebsd/applications/abakus/Makefile b/freebsd/applications/abakus/Makefile new file mode 100644 index 000000000..0724a3506 --- /dev/null +++ b/freebsd/applications/abakus/Makefile @@ -0,0 +1,33 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= abakus-trinity +COMMENT= Calculator for TDE +TDE_PREVERSION= ~pre0+c0b11862 +MASTER_SITE_SUBDIR= a/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartsc.so:${PORTSDIR}/x11/trinity/dependencies/arts \ + ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/abakus/distinfo b/freebsd/applications/abakus/distinfo new file mode 100644 index 000000000..a2075ce22 --- /dev/null +++ b/freebsd/applications/abakus/distinfo @@ -0,0 +1,2 @@ +SHA256 (TDE/applications/abakus-trinity_14.0.2~pre0.orig.tar.xz) = fb6e13be119204cf944364b7853f381ee1aa94ae736c3d38063f820c9871ccd2 +SIZE (TDE/applications/abakus-trinity_14.0.2~pre0.orig.tar.xz) = 501928 diff --git a/freebsd/applications/abakus/pkg-descr b/freebsd/applications/abakus/pkg-descr new file mode 100644 index 000000000..a56afdab0 --- /dev/null +++ b/freebsd/applications/abakus/pkg-descr @@ -0,0 +1,9 @@ +Calculator for TDE + +AbaKus is a complex calculator, which provides +many different kinds of calculations. +Think of it as bc (the command-line calculator) with a nice GUI. +It also gives information about mathematical variables and +has the user-friendly menu options of a normal TDE application. + +Web site: http://grammarian.homelinux.net/abakus/ diff --git a/freebsd/applications/abakus/pkg-plist b/freebsd/applications/abakus/pkg-plist new file mode 100644 index 000000000..fc98aa5fe --- /dev/null +++ b/freebsd/applications/abakus/pkg-plist @@ -0,0 +1,15 @@ +bin/abakus +share/applnk/Utilities/abakus.desktop +share/apps/abakus/abakusui.rc +share/doc/tde/HTML/en/abakus/abakus-degrees-mode.png +share/doc/tde/HTML/en/abakus/abakus-dnd.png +share/doc/tde/HTML/en/abakus/abakus-result.png +share/doc/tde/HTML/en/abakus/common +share/doc/tde/HTML/en/abakus/index.cache.bz2 +share/doc/tde/HTML/en/abakus/index.docbook +share/doc/tde/HTML/en/abakus/kcalc-degrees-mode.png +share/doc/tde/HTML/en/abakus/kcalc-fifty.png +share/doc/tde/HTML/en/abakus/kcalc-result.png +share/doc/tde/HTML/en/abakus/kcalc-sine.png +share/doc/tde/HTML/en/abakus/kcalc-three.png +share/icons/hicolor/64x64/apps/abakus.png |