aboutsummaryrefslogtreecommitdiff
path: root/finance/xinvest/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /finance/xinvest/Makefile
parent8c307777eaf81af4195ae428b3ebbeba734fc5af (diff)
downloadports-release/4.3.0.tar.gz
ports-release/4.3.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'finance/xinvest/Makefile')
-rw-r--r--finance/xinvest/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile
deleted file mode 100644
index 15fa0364f737..000000000000
--- a/finance/xinvest/Makefile
+++ /dev/null
@@ -1,25 +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
-
-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>