diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-23 20:42:33 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-23 20:42:33 +0000 |
commit | 129a273ea88a4693629e9da83c8dda7d8b996440 (patch) | |
tree | c7cd5930250f96816be9b4c94c4edff9646dc6cb /finance | |
parent | c268d5d70e8db253da7d7e954e4dd44b3247dd4e (diff) | |
download | ports-129a273ea88a4693629e9da83c8dda7d8b996440.tar.gz ports-129a273ea88a4693629e9da83c8dda7d8b996440.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnofin/Makefile | 27 | ||||
-rw-r--r-- | finance/gnofin/distinfo | 1 | ||||
-rw-r--r-- | finance/gnofin/pkg-comment | 1 | ||||
-rw-r--r-- | finance/gnofin/pkg-descr | 6 | ||||
-rw-r--r-- | finance/gnofin/pkg-plist | 1 |
5 files changed, 36 insertions, 0 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile new file mode 100644 index 000000000000..84a73deb0099 --- /dev/null +++ b/finance/gnofin/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gnofin +# Version required: 0.5.10 +# Date created: Sun Jul 18 1999 +# Whom: domi@saargate.de +# +# $FreeBSD$ +# + +DISTNAME= gnofin-0.5.10 +CATEGORIES= deskutils +MASTER_SITES= ftp://jagger.berkeley.edu/pub/darin/gnofin/source/ + +MAINTAINER= domi@saargate.de + +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN1= gnofin.1 + +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" + +.include <bsd.port.mk> diff --git a/finance/gnofin/distinfo b/finance/gnofin/distinfo new file mode 100644 index 000000000000..858bc91af890 --- /dev/null +++ b/finance/gnofin/distinfo @@ -0,0 +1 @@ +MD5 (gnofin-0.5.10.tar.gz) = 5cd74b19491a4f3624b289a019e510b5 diff --git a/finance/gnofin/pkg-comment b/finance/gnofin/pkg-comment new file mode 100644 index 000000000000..3ecba209048b --- /dev/null +++ b/finance/gnofin/pkg-comment @@ -0,0 +1 @@ +a light-weight GNOME based financial management program diff --git a/finance/gnofin/pkg-descr b/finance/gnofin/pkg-descr new file mode 100644 index 000000000000..de7a9c918e12 --- /dev/null +++ b/finance/gnofin/pkg-descr @@ -0,0 +1,6 @@ +Gnofin is a simple checkbook application for Unix. Gnofin aims to provide a +convenient way to keep track of your checking and savings accounts (or any +other monetary-type accounts). It is designed to be light-weight, fast, and +extremely easy to use. + +WWW: http://jagger.me.berkeley.edu/~dfisher/gnofin/ diff --git a/finance/gnofin/pkg-plist b/finance/gnofin/pkg-plist new file mode 100644 index 000000000000..a81f5b8afbf3 --- /dev/null +++ b/finance/gnofin/pkg-plist @@ -0,0 +1 @@ +bin/gnofin |