freebsd-ports/audio/libkcompactdisc/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
561 B
Makefile

PORTNAME= libkcompactdisc
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= audio kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE library for interfacing with audio CDs
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= coreaddons ecm emoticons i18n itemmodels itemviews \
kdelibs4support solid
USE_QT= core dbus phonon4\
buildtools_build qmake_build
USE_LDCONFIG= yes
OPTIONS_DEFINE= ALSA DOCS
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
ALSA_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_ALSA
.include <bsd.port.mk>