aboutsummaryrefslogtreecommitdiff
path: root/finance/eqonomize-kde3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/eqonomize-kde3/Makefile')
-rw-r--r--finance/eqonomize-kde3/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/finance/eqonomize-kde3/Makefile b/finance/eqonomize-kde3/Makefile
deleted file mode 100644
index d3c50c12b95c..000000000000
--- a/finance/eqonomize-kde3/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: eqonomize
-# Date created: 6 August 2007
-# Whom: Yinghong.Liu <relaxbsd@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= eqonomize
-PORTVERSION= 0.5
-CATEGORIES= finance
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A peronal accounting software
-
-USE_KDELIBS_VER=3
-GNU_CONFIGURE= yes
-USE_PERL5= yes
-USE_AUTOTOOLS= libtool:15
-INSTALLS_ICONS= yes
-
-DATADIR= ${PREFIX}/share/apps/${PORTNAME}
-DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
-
-post-patch:
- @${REINPLACE_CMD} 's|%%LOCALBASE%%/bin/bash|/bin/sh|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>