summaryrefslogtreecommitdiff
path: root/finance/xinvest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/xinvest/Makefile')
-rw-r--r--finance/xinvest/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile
deleted file mode 100644
index 83094ee9b4a2..000000000000
--- a/finance/xinvest/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: xinvest
-# Version required: 2.5.1
-# Date created: 1 Ag 1997
-# Whom: Pedro Giffuni (orig)
-#
-# $FreeBSD$
-#
-
-DISTNAME= xinvest-2.5.1
-CATEGORIES= deskutils
-MASTER_SITES= http://sunsite.auc.dk/xinvest/ \
- ${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= applications
-
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-
-REQUIRES_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>