diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-11 13:53:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-11 13:53:25 +0000 |
commit | 6d5ed9569d114d6fccff4d49b3ddc1f9cfef146f (patch) | |
tree | f3e3f27ce227b4b22e4501e1918d8c0730db34c5 /finance/xinvest/Makefile | |
parent | 6c06179a66948178d802b9e3249161df3a3dcc2b (diff) | |
download | pkgsrc-6d5ed9569d114d6fccff4d49b3ddc1f9cfef146f.tar.gz |
Moved misc/emma, misc/gnucash, misc/tclticker, misc/xfinans, misc/xinvest,
and x11/xquote to new finance category; only change is addition of 'finance'
to CATEGORIES in the Makefiles.
Diffstat (limited to 'finance/xinvest/Makefile')
-rw-r--r-- | finance/xinvest/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile new file mode 100644 index 00000000000..0004db8832c --- /dev/null +++ b/finance/xinvest/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/11 13:53:25 wiz Exp $ + +DISTNAME= xinvest-2.6 +CATEGORIES= finance x11 +MASTER_SITES= http://www.sunsite.auc.dk/xinvest/ \ + ${MASTER_SITE_XCONTRIB:=applications/} + +MAINTAINER= root@garbled.net +HOMEPAGE= http://www.sunsite.auc.dk/xinvest/xinvest.html + +USE_IMAKE= YES +USE_MOTIF= YES +USE_XPM= YES + +NO_INSTALL_MANPAGES= YES + +post-patch: + ${TOUCH} ${WRKSRC}/Xinvest.man + +.include "../../mk/bsd.pkg.mk" |