diff options
Diffstat (limited to 'finance/xinvest/Makefile')
-rw-r--r-- | finance/xinvest/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile deleted file mode 100644 index a112fbb884ed..000000000000 --- a/finance/xinvest/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: xinvest -# Date created: 1 Ag 1997 -# Whom: Pedro Giffuni (orig) -# -# $FreeBSD$ -# - -PORTNAME= xinvest -PORTVERSION= 2.6.9 -PORTREVISION= 3 -CATEGORIES= finance deskutils -MASTER_SITES= SF/${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A personal finance tracking and performance tool - -DEPRECATED= Outdated, abandoned -EXPIRATION_DATE= 2011-05-01 - -USE_MOTIF= yes -USE_IMAKE= yes -USE_XORG= ice sm x11 xext xp xpm xt -NO_INSTALL_MANPAGES= yes - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> |