e6e9fd72c4
Thursday, 3 February 2022 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations. Full changelog: https://kde.org/announcements/changelogs/gear/21.12.2/
23 lines
757 B
Makefile
23 lines
757 B
Makefile
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 compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
|
dbusaddons i18n iconthemes itemviews jobwidgets kcmutils \
|
|
kio notifications plasma-framework service solid widgetsaddons \
|
|
windowsystem \
|
|
ecm_build
|
|
USE_QT= concurrent core dbus declarative gui network widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} '/CUPS_DATADIR/s|/usr/share/cups|${LOCALBASE}/share/cups|' \
|
|
${PATCH_WRKSRC}/libkcups/KCupsRequest.cpp
|
|
|
|
.include <bsd.port.mk>
|