63ff0b60db
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
30 lines
782 B
Makefile
30 lines
782 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kio-audiocd
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DISTNAME= audiocd-kio-${PORTVERSION}
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE IOSlave for accessing audio CDs
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
|
|
libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia \
|
|
libogg.so:${PORTSDIR}/audio/libogg \
|
|
libvorbis.so:${PORTSDIR}/audio/libvorbis
|
|
|
|
USES= cmake:outsource tar:xz
|
|
USE_KDE4= kdelibs kdeprefix libkcddb libkcompactdisc \
|
|
automoc4
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= LAME
|
|
LAME_DESC= Install LAME MP3 audio encoder
|
|
LAME_RUN_DEPENDS= lame:${PORTSDIR}/audio/lame
|
|
|
|
.include <bsd.port.mk>
|