56ebdbeb8d
- Make COMMENT more concise - Modernize LIB_DEPENDS
31 lines
761 B
Makefile
31 lines
761 B
Makefile
# $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= jhale@FreeBSD.org
|
|
COMMENT= KDE4 financial data handling library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
|
|
|
|
USE_BZIP2= yes
|
|
USES= cmake pkgconfig
|
|
USE_KDE4= automoc4 kdeprefix kdelibs
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
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>
|