mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
18ff93d1a7
With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly.
26 lines
724 B
Makefile
26 lines
724 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ktp-common-internals
|
|
PORTVERSION= ${KTP_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
|
|
|
|
MAINTAINER= avilla@FreeBSD.org
|
|
COMMENT= KDE Telepathy internal library
|
|
|
|
LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
|
|
telepathy-logger-qt4:${PORTSDIR}/net-im/telepathy-logger-qt4
|
|
RUN_DEPENDS= ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
|
|
|
|
USE_KDE4= kdehier kdeprefix kdelibs automoc4
|
|
USE_QT4= declarative script \
|
|
moc_build qmake_build rcc_build uic_build
|
|
USES= cmake gettext
|
|
USE_BZIP2= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|