247c7db751
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
23 lines
665 B
Makefile
23 lines
665 B
Makefile
PORTNAME= plasma-pa
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 Plasma pulse audio mixer
|
|
|
|
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
|
|
libpulse.so:audio/pulseaudio
|
|
|
|
USES= cmake compiler:c++11-lib gettext gnome kde:5 pkgconfig qt:5 \
|
|
shebangfix tar:xz
|
|
USE_GNOME= gconf2
|
|
USE_KDE= config configwidgets coreaddons ecm globalaccel i18n \
|
|
kdeclarative notifications package plasma-framework \
|
|
doctools_build
|
|
USE_QT= core dbus declarative gui network widgets \
|
|
buildtools_build qmake_build
|
|
|
|
SHEBANG_FILES= data/plasmaVolumeDisableKMixAutostart.pl
|
|
|
|
.include <bsd.port.mk>
|