summaryrefslogtreecommitdiff
path: root/finance/xinvest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/xinvest/Makefile')
-rw-r--r--finance/xinvest/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile
deleted file mode 100644
index 0d902c541c29..000000000000
--- a/finance/xinvest/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: xinvest
-# Date created: 1 Ag 1997
-# Whom: Pedro Giffuni (orig)
-#
-# $FreeBSD$
-#
-
-PORTNAME= xinvest
-PORTVERSION= 2.6
-CATEGORIES= deskutils
-MASTER_SITES= http://sunsite.dk/xinvest/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A personal finance tracking and performance tool
-
-USE_MOTIF= yes
-USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/examples/Xinvest
- ${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${PREFIX}/share/examples/Xinvest
-.endif
-
-.include <bsd.port.mk>