forked from Lainports/freebsd-ports
You have only two weeks to play with it -- KDE 4.2.0 is coming ;) Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age. For lists of bugfixes and improvements please see: http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php Approved by: miwi (mentor)
32 lines
674 B
Makefile
32 lines
674 B
Makefile
# New ports collection Makefile for: soprano
|
|
# Date created: 2008-01-18
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= soprano
|
|
PORTVERSION= 2.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= QT4 RDF framework
|
|
|
|
LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene \
|
|
rdf.0:${PORTSDIR}/textproc/redland
|
|
|
|
USE_BZIP2= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib dbus qtestlib network \
|
|
qmake_build moc_build uic_build rcc_build
|
|
USE_GNOME= pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_CMAKE= yes
|
|
|
|
post-patch:
|
|
${MKDIR} ${WRKSRC}
|
|
${REINPLACE_CMD} -e "s,$${LIB_SUFFIX}/pkgconfig,data/pkgconfig," \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|