summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-01 02:59:55 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-01 02:59:55 +0000
commit97152265ded19db4b73e322ed86d770828cd1b9f (patch)
tree3cc0b2b8ca89923f422a6228cb5f8b5dfdf654d5 /finance
parentAdding ko-gtkcomm version 0.5.7. (diff)
Add moneydance version 2.0.4.
Moneydance is a personal finance management application written in Java. Features include transaction auto-completion, reporting, graphing, check printing, scheduled transactions, and much more. PR: 17018 Submitted by: Sean Reilly <sreilly@seanreilly.com>
Notes
Notes: svn path=/head/; revision=28206
Diffstat (limited to 'finance')
-rw-r--r--finance/moneydance/Makefile33
-rw-r--r--finance/moneydance/distinfo1
-rw-r--r--finance/moneydance/pkg-comment1
-rw-r--r--finance/moneydance/pkg-descr10
-rw-r--r--finance/moneydance/pkg-plist10
5 files changed, 55 insertions, 0 deletions
diff --git a/finance/moneydance/Makefile b/finance/moneydance/Makefile
new file mode 100644
index 000000000000..0f399fa9832e
--- /dev/null
+++ b/finance/moneydance/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: moneydance
+# Date created: 27 Feb 2000
+# Whom: Sean Reilly <sreilly@seanreilly.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= moneydance
+PORTVERSION= 2.0.4
+CATEGORIES= deskutils
+MASTER_SITES= ftp://ftp.moneydance.net/pub/packages/
+
+MAINTAINER= sreilly@seanreilly.com
+
+RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk
+
+WRKSRC= ${WRKDIR}/moneydance
+NO_BUILD= YES
+MDSUBDIR= moneydance
+PLIST_SUB= MDSUBDIR=${MDSUBDIR}
+
+JDIR= ${PREFIX}/jdk1.1.8
+MDDIR= ${PREFIX}/${MDSUBDIR}
+
+do-install:
+ ${MKDIR} ${PREFIX}/${MDSUBDIR}
+ (cd ${WRKSRC} && tar -c -f - .) \
+ | (cd ${PREFIX}/${MDSUBDIR} && tar fx -)
+ ${ECHO} "#!/bin/sh" > ${PREFIX}/bin/moneydance
+ ${ECHO} "exec ${JDIR}/bin/java -classpath ${JDIR}/lib/classes.zip:${MDDIR}/moneydance.jar:${MDDIR}/license.jar:${MDDIR}/swingall.jar Moneydance" >> ${PREFIX}/bin/moneydance
+ ${CHMOD} 755 ${PREFIX}/bin/moneydance
+
+.include <bsd.port.mk>
diff --git a/finance/moneydance/distinfo b/finance/moneydance/distinfo
new file mode 100644
index 000000000000..628b86dc4a53
--- /dev/null
+++ b/finance/moneydance/distinfo
@@ -0,0 +1 @@
+MD5 (moneydance-2.0.4.tar.gz) = d2675aa0f3bfb4020eace41a147e4303
diff --git a/finance/moneydance/pkg-comment b/finance/moneydance/pkg-comment
new file mode 100644
index 000000000000..14a341ba4603
--- /dev/null
+++ b/finance/moneydance/pkg-comment
@@ -0,0 +1 @@
+A Personal Finance Manager
diff --git a/finance/moneydance/pkg-descr b/finance/moneydance/pkg-descr
new file mode 100644
index 000000000000..e479ba4c78fa
--- /dev/null
+++ b/finance/moneydance/pkg-descr
@@ -0,0 +1,10 @@
+Moneydance Personal Finance Manager
+
+Moneydance is a personal finance management application written
+in Java. Features include transaction auto-completion, reporting,
+graphing, check printing, scheduled transactions, and much more.
+
+Moneydance is shareware but unregistered copies are not feature-
+limited and do not time out in any way.
+
+WWW: http://www.moneydance.net/
diff --git a/finance/moneydance/pkg-plist b/finance/moneydance/pkg-plist
new file mode 100644
index 000000000000..a330e7ac1625
--- /dev/null
+++ b/finance/moneydance/pkg-plist
@@ -0,0 +1,10 @@
+bin/moneydance
+%%MDSUBDIR%%/README.txt
+%%MDSUBDIR%%/license.jar
+%%MDSUBDIR%%/license.txt
+%%MDSUBDIR%%/moneydance
+%%MDSUBDIR%%/moneydance.cmd
+%%MDSUBDIR%%/moneydance.jar
+%%MDSUBDIR%%/moneydance.xpm
+%%MDSUBDIR%%/swingall.jar
+@dirrm %%MDSUBDIR%%