aboutsummaryrefslogtreecommitdiffstats
path: root/finance/Makefile
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-01-23 05:12:03 +0800
committereik <eik@FreeBSD.org>2004-01-23 05:12:03 +0800
commitf8d331586b4d4003ffdf701fa9032096b30d6cfe (patch)
tree9b511ab144ad804d47a4399c1b9f1f050432d96a /finance/Makefile
parentcdaf1dd2b742221c82510f5c9e3d6a8337b1b65c (diff)
downloadfreebsd-ports-gnome-f8d331586b4d4003ffdf701fa9032096b30d6cfe.tar.gz
freebsd-ports-gnome-f8d331586b4d4003ffdf701fa9032096b30d6cfe.tar.zst
freebsd-ports-gnome-f8d331586b4d4003ffdf701fa9032096b30d6cfe.zip
move the following ports to finance:
- deskutils/cbb - deskutils/gnofin - deskutils/moneydance - deskutils/xinvest - devel/libstocks - misc/emma - misc/gnomepm - misc/p5-Finance-Currency-Convert - misc/p5-Finance-Quote - misc/p5-Finance-QuoteHist - misc/quantlib - misc/wmstock - misc/xquote PR: 59357 Submitted by: linimon Approved by: marcus (mentor)
Diffstat (limited to 'finance/Makefile')
-rw-r--r--finance/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile
index 909309677826..b55824894141 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -1,13 +1,20 @@
# $FreeBSD$
#
SUBDIR += aqmoney
+ SUBDIR += cbb
+ SUBDIR += emma
+ SUBDIR += gnofin
+ SUBDIR += gnomepm
SUBDIR += gnucash
SUBDIR += gnucash-docs
SUBDIR += grisbi
SUBDIR += kexchange
SUBDIR += khacc
SUBDIR += ktoblzcheck
+ SUBDIR += ktoblzcheck
SUBDIR += libofx
+ SUBDIR += libstocks
+ SUBDIR += moneydance
SUBDIR += myphpmoney
SUBDIR += openhbci
SUBDIR += p5-Business-CreditCard
@@ -31,7 +38,14 @@
SUBDIR += p5-Business-OnlinePayment-eSec
SUBDIR += p5-Business-OnlinePayment-iAuthorizer
SUBDIR += p5-Business-WorldPay-Junior
+ SUBDIR += p5-Finance-Currency-Convert
+ SUBDIR += p5-Finance-Quote
+ SUBDIR += p5-Finance-QuoteHist
SUBDIR += p5-Math-Financial
SUBDIR += qhacc
+ SUBDIR += quantlib
+ SUBDIR += wmstock
+ SUBDIR += xinvest
+ SUBDIR += xquote
.include <bsd.port.subdir.mk>