forked from Lainports/freebsd-ports
The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950
23 lines
616 B
Makefile
23 lines
616 B
Makefile
# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libkcompactdisc
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE library for interfacing with audio CDs
|
|
|
|
USES= cmake:outsource tar:xz
|
|
USE_KDE4= automoc4 kdelibs kdeprefix
|
|
USE_QT4= phonon moc_build qmake_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= ALSA
|
|
|
|
ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
|
|
ALSA_EXTRA_PATCHES_OFF= ${FILESDIR}/extrapatch-no_alsa
|
|
|
|
.include <bsd.port.mk>
|