freebsd-ports/finance/libalkimia/Makefile
Martin Wilke 9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00

39 lines
908 B
Makefile

# New ports collection makefile for: libalkimia
# Date created: 2011-02-28
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
#
# $FreeBSD$
#
PORTNAME= libalkimia
PORTVERSION= 4.3.2
PORTREVISION= 1
CATEGORIES= finance kde
MASTER_SITES= http://kde-apps.org/CONTENT/content-files/
DISTNAME= 137323-${PORTNAME}-${PORTVERSION}
MAINTAINER= bsdkaffee@gmail.com
COMMENT= Financial data handling library for KDE4
LICENSE= LGPL21
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
USE_BZIP2= yes
USE_CMAKE= yes
USE_KDE4= automoc4 kdeprefix kdelibs
USE_QT4= qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|' \
${WRKSRC}/${PORTNAME}/CMakeLists.txt
@${REINPLACE_CMD} -e 's|KDE4_LIB_DIR|LIB_INSTALL_DIR|g' \
${WRKSRC}/${PORTNAME}/libalkimia.pc.in
.include <bsd.port.mk>