mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
23 lines
626 B
Makefile
23 lines
626 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= print-manager
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= print kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Printer manager for KDE
|
|
|
|
LIB_DEPENDS= libcups.so:print/cups
|
|
|
|
USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
|
dbusaddons ecm i18n iconthemes itemviews jobwidgets kcmutils \
|
|
kio notifications plasma-framework service widgetsaddons \
|
|
windowsystem
|
|
USE_QT= core dbus declarative gui network widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|