# New ports collection makefile for: KMyMoney # Date created: 21 June 2004 # Whom: Alexander Novitsky # # $FreeBSD$ # PORTNAME= kmymoney2 PORTVERSION= 0.8.5 PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= alecn2002@yandex.ru COMMENT= KDE-based personal finance assistant LIB_DEPENDS= osp.5:${PORTSDIR}/textproc/opensp BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash # Currently no possibility to enable OFX; requires additional work .undef WITH_OFX WITHOUT_OFX= yes .if defined(WITH_OFX) LIB_DEPENDS+= ofx.3:${PORTSDIR}/finance/libofx CONFIGURE_ARGS= --enable-ofxplugin OFXPLUGIN= .else CONFIGURE_ARGS= --enable-ofxplugin=no OFXPLUGIN= "@comment " .endif PLIST_SUB+= OFXPLUGIN=${OFXPLUGIN} USE_KDELIBS_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_PERL5= yes USE_BZIP2= yes USE_LDCONFIG= yes USE_GETTEXT= yes INSTALLS_ICONS= yes MAN1= kmymoney2.1 MANCOMPRESSED= yes DATADIR= ${PREFIX}/share/apps/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} .include .if ${OSVERSION} < 500000 BROKEN= Does not build on 4.x .endif post-patch: ${REINPLACE_CMD} -E -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure .include '/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Augment CATEGORIES.danfe2012-10-261-1/+1
* - Add LICENSE (GPLv2)danfe2012-10-262-3/+5
* Update HLLib and HLExtract ports to version 2.4.3, which had added supportdanfe2012-10-243-11/+6
* - Trim the header per new world orderdanfe2012-10-221-6/+4
* - Update to 4.2.0gabor2012-10-142-3/+3
* - cleanup commentsdinoex2012-10-133-14/+0
* Fix build on ia64.fjoe2012-10-091-0/+11
* - Update to 4.20 (4.20.100.526)sunpoet2012-10-072-11/+12
* Clean up the headers of the ports I maintain.rakuco2012-10-071-5/+1
* Convert to OptionsNGeadler2012-10-071-2/+3
* Update rpm to 4.10.1johans2012-10-053-3/+4
* Change headers of all ports maintained by me to new formatgarga2012-10-052-10/+2
* Pass maintainership to xfce@rene2012-09-271-1/+1
* - Reassign to the heap due to mail bouncestabthorpe2012-09-271-6/+2
* - Move the source code under my GitHub account and integrate the patchdanfe2012-09-263-105/+12
* Remove pointless header lines from ports I created once upon a time.naddy2012-09-162-10/+0
* - Update to 1.90jadawin2012-09-112-3/+3
* - Do not install bin/zipdetails on systems with Perl 5.16+ (which has IO::Com...sunpoet2012-09-112-4/+16
* - Update to 0.19sunpoet2012-09-112-3/+6
* Mark ports MAKE_JOBS_SAFE after some testing.eadler2012-09-03