1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/kio-audiocd/Makefile
Rene Ladan 059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00

32 lines
728 B
Makefile

# $FreeBSD$
PORTNAME= kio-audiocd
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
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:audio/flac \
libcdda_paranoia.so:audio/cdparanoia \
libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis
USES= cmake:outsource tar:xz
USE_KDE4= kdelibs 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:audio/lame
.include <bsd.port.mk>