mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Remove this expired port.
This commit is contained in:
parent
aa8d6d9b11
commit
dd381f6466
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111896
@ -1,43 +0,0 @@
|
||||
# New ports collection makefile for: moneydance
|
||||
# Date created: 27 Feb 2000
|
||||
# Whom: Sean Reilly <sreilly@seanreilly.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= moneydance
|
||||
PORTVERSION= 3.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= finance deskutils
|
||||
MASTER_SITES= http://moneydance.com/download/3/Unix/
|
||||
DISTNAME= ${PORTNAME}_other
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= sreilly@seanreilly.com
|
||||
COMMENT= A Personal Finance Manager
|
||||
|
||||
BROKEN= Checksum mismatch
|
||||
DEPRECATED= ${BROKEN}
|
||||
EXPIRATION_DATE=2004-06-18
|
||||
|
||||
USE_JAVA= 1.3+
|
||||
RESTRICTED= Strict license
|
||||
|
||||
# Since the vendor's file has not version information in its name:
|
||||
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
NO_BUILD= YES
|
||||
MDSUBDIR= share/java/moneydance
|
||||
PLIST_SUB= MDSUBDIR=${MDSUBDIR}
|
||||
|
||||
MDDIR= ${PREFIX}/${MDSUBDIR}
|
||||
|
||||
do-install:
|
||||
${TAR} -C ${PREFIX}/${MDSUBDIR:H} -xvzpf ${_DISTDIR}/${DISTFILES} \
|
||||
--exclude moneydance/swingall.jar \
|
||||
--exclude moneydance/moneydance
|
||||
${SED} -e 's,%%MDDIR%%,${MDDIR},g' -e 's,%%PREFIX%%,${PREFIX},g' \
|
||||
< ${FILESDIR}/moneydance.sh > ${PREFIX}/bin/moneydance
|
||||
${CHMOD} 755 ${PREFIX}/bin/moneydance
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1 +0,0 @@
|
||||
MD5 (moneydance-3.2/moneydance_other.tar.gz) = fdc081b54778e33ae4616d03d6fbbcba
|
@ -1,9 +0,0 @@
|
||||
#!/bin/sh
|
||||
MDDIR=%%MDDIR%%
|
||||
|
||||
for j in $MDDIR/*.jar
|
||||
do
|
||||
cp=$cp:$j
|
||||
done
|
||||
|
||||
exec %%PREFIX%%/bin/javavm -cp ${cp#:} Moneydance
|
@ -1,11 +0,0 @@
|
||||
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, on-line banking
|
||||
(with some financial institutions) and much more.
|
||||
|
||||
Moneydance is shareware and unregistered copies may be feature-
|
||||
limited.
|
||||
|
||||
WWW: http://www.moneydance.net/
|
@ -1,9 +0,0 @@
|
||||
bin/moneydance
|
||||
%%MDSUBDIR%%/jce-1.1.jar
|
||||
%%MDSUBDIR%%/jcert.jar
|
||||
%%MDSUBDIR%%/jnet.jar
|
||||
%%MDSUBDIR%%/jsse.jar
|
||||
%%MDSUBDIR%%/license.txt
|
||||
%%MDSUBDIR%%/moneydance.jar
|
||||
%%MDSUBDIR%%/moneydance.xpm
|
||||
@dirrm %%MDSUBDIR%%
|
Loading…
Reference in New Issue
Block a user