freebsd-ports/finance/libalkimia/Makefile
Rene Ladan 059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00

25 lines
544 B
Makefile

# $FreeBSD$
PORTNAME= libalkimia
PORTVERSION= 5.0.0
PORTREVISION= 1
CATEGORIES= finance kde
MASTER_SITES= KDE/stable/alkimia/${PORTVERSION}/src
MAINTAINER= jhale@FreeBSD.org
COMMENT= KDE4 financial data handling library
LICENSE= LGPL21
LIB_DEPENDS= libgmp.so:math/gmp
USES= cmake:outsource pathfix tar:xz
USE_KDE4= automoc4 kdelibs
USE_QT4= qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|KDE4_LIB_DIR|LIB_INSTALL_DIR|g' \
${WRKSRC}/${PORTNAME}/libalkimia.pc.in
.include <bsd.port.mk>