aboutsummaryrefslogtreecommitdiff
path: root/finance/kmymoney-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/kmymoney-kde4/Makefile')
-rw-r--r--finance/kmymoney-kde4/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile
deleted file mode 100644
index 0b558be20557..000000000000
--- a/finance/kmymoney-kde4/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: KMyMoney
-# Date created: 21 June 2004
-# Whom: Alexander Novitsky
-#
-# $FreeBSD$
-#
-
-PORTNAME= kmymoney2
-PORTVERSION= 0.7.5
-PORTREVISION= 2
-CATEGORIES= finance
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= alecn2002@yandex.ru
-COMMENT= KDE-based personal finance assistant
-
-USE_KDELIBS_VER= 3
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
-USE_PERL5= yes
-USE_BZIP2= yes
-INSTALLS_SHLIB= yes
-
-MAN1= kmymoney2.1
-MANCOMPRESSED= yes
-
-DATADIR= ${PREFIX}/share/apps/${PORTNAME}
-DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Does not build on 4.x"
-.endif
-
-.include <bsd.port.post.mk>