svn commit: r329299 - head/finance/libalkimia
Jason E. Hale
jhale at FreeBSD.org
Fri Oct 4 12:38:46 UTC 2013
Author: jhale
Date: Fri Oct 4 12:38:45 2013
New Revision: 329299
URL: http://svnweb.freebsd.org/changeset/ports/329299
Log:
- Support staging
- Make COMMENT more concise
- Modernize LIB_DEPENDS
Modified:
head/finance/libalkimia/Makefile
Modified: head/finance/libalkimia/Makefile
==============================================================================
--- head/finance/libalkimia/Makefile Fri Oct 4 12:37:58 2013 (r329298)
+++ head/finance/libalkimia/Makefile Fri Oct 4 12:38:45 2013 (r329299)
@@ -8,24 +8,21 @@ MASTER_SITES= http://kde-apps.org/CONTEN
DISTNAME= 137323-${PORTNAME}-${PORTVERSION}
MAINTAINER= jhale at FreeBSD.org
-COMMENT= Financial data handling library for KDE4
+COMMENT= KDE4 financial data handling library
LICENSE= LGPL21
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
+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}
-NO_STAGE= yes
post-patch:
-
@${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|' \
${WRKSRC}/${PORTNAME}/CMakeLists.txt
@${REINPLACE_CMD} -e 's|KDE4_LIB_DIR|LIB_INSTALL_DIR|g' \
More information about the svn-ports-all
mailing list