summaryrefslogtreecommitdiff
path: root/finance/moneydance/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/moneydance/Makefile')
-rw-r--r--finance/moneydance/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/finance/moneydance/Makefile b/finance/moneydance/Makefile
deleted file mode 100644
index 50503661d381..000000000000
--- a/finance/moneydance/Makefile
+++ /dev/null
@@ -1,38 +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
-CATEGORIES= deskutils
-MASTER_SITES= http://moneydance.com/download/3/Unix/
-DISTNAME= ${PORTNAME}_other
-EXTRACT_ONLY=
-
-MAINTAINER= sreilly@seanreilly.com
-COMMENT= A Personal Finance Manager
-
-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>