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>
This commit is contained in:
parent
f15bc86e7f
commit
97152265de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28206
33
deskutils/moneydance/Makefile
Normal file
33
deskutils/moneydance/Makefile
Normal file
@ -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>
|
1
deskutils/moneydance/distinfo
Normal file
1
deskutils/moneydance/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (moneydance-2.0.4.tar.gz) = d2675aa0f3bfb4020eace41a147e4303
|
1
deskutils/moneydance/pkg-comment
Normal file
1
deskutils/moneydance/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Personal Finance Manager
|
10
deskutils/moneydance/pkg-descr
Normal file
10
deskutils/moneydance/pkg-descr
Normal file
@ -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/
|
10
deskutils/moneydance/pkg-plist
Normal file
10
deskutils/moneydance/pkg-plist
Normal file
@ -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%%
|
33
finance/moneydance/Makefile
Normal file
33
finance/moneydance/Makefile
Normal file
@ -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>
|
1
finance/moneydance/distinfo
Normal file
1
finance/moneydance/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (moneydance-2.0.4.tar.gz) = d2675aa0f3bfb4020eace41a147e4303
|
1
finance/moneydance/pkg-comment
Normal file
1
finance/moneydance/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Personal Finance Manager
|
10
finance/moneydance/pkg-descr
Normal file
10
finance/moneydance/pkg-descr
Normal file
@ -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/
|
10
finance/moneydance/pkg-plist
Normal file
10
finance/moneydance/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user