summaryrefslogtreecommitdiffstats
path: root/finance/kmymoney2/Makefile
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-07-31 17:17:56 +0000
committersem <sem@FreeBSD.org>2005-07-31 17:17:56 +0000
commitec4f56ace4be8b34dea04248bb2bb6fa0d5222ce (patch)
treeea365c04c4290a513679c22e77dc84a019ec892f /finance/kmymoney2/Makefile
parent78812ee1f705d4e138db4e2cce2376f322e0d31b (diff)
downloadFreeBSD-ports-ec4f56ace4be8b34dea04248bb2bb6fa0d5222ce.zip
FreeBSD-ports-ec4f56ace4be8b34dea04248bb2bb6fa0d5222ce.tar.gz
- Update to 0.7.5
- Mark BROKEN on 4.x: does not build PR: ports/84393 Submitted by: maintainer
Diffstat (limited to 'finance/kmymoney2/Makefile')
-rw-r--r--finance/kmymoney2/Makefile27
1 files changed, 19 insertions, 8 deletions
diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile
index 4c3fd19..882f382 100644
--- a/finance/kmymoney2/Makefile
+++ b/finance/kmymoney2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= kmymoney2
-PORTVERSION= 0.6.4
-PORTREVISION= 2
+PORTVERSION= 0.7.5
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,11 +15,23 @@ MAINTAINER= alecn2002@yandex.ru
COMMENT= KDE-based personal finance assistant
USE_KDELIBS_VER= 3
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_BZIP2= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_PERL5= yes
+USE_BZIP2= yes
+USE_LIBTOOL_VER= 15
+INSTALLS_SHLIB= yes
-MAN1= kmymoney2.1
-MANCOMPRESSED= yes
+MAN1= kmymoney2.1
+MANCOMPRESSED= yes
-.include <bsd.port.mk>
+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>
OpenPOWER on IntegriCloud