zhuk 03f26bc045 libalkimia is a library with common classes and functionality used
by finance applications for the KDE SC. Currently it supports a
common class to represent monetary values with arbitrary precision.

This is a KMyMoney requirement.

Reviewed by landry@, also tested by nigel@ some time ago.
2014-07-09 13:07:23 +00:00

29 lines
680 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2014/07/09 13:07:23 zhuk Exp $
COMMENT = common classes for finance KDE 4 apps
CATEGORIES = productivity x11
HOMEPAGE = http://kmymoney2.sourceforge.net
MAINTAINER = KDE porting team <openbsd-kde@googlegroups.com>
DISTNAME = libalkimia-4.3.2
SHARED_LIBS = alkimia 0.0 # 4.3
# LGPLv2.1+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = lib/qt4/QtDBus gmp m
MASTER_SITES = http://kde-apps.org/CONTENT/content-files/137323-
EXTRACT_SUFX = .tar.bz2
MODULES = x11/kde4
MODKDE4_USE =
BUILD_DEPENDS = devel/doxygen \
${MODKDE4_DEP_DIR}/libs
LIB_DEPENDS = devel/gmp
do-test:
cd ${WRKBUILD} && ./libalkimia/alkcompanytest
.include <bsd.port.mk>