blob: 0c06470f6c164eaf2e44b3dcfea048f6717771b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= print-manager
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
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 xorg
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
USE_XORG= x11
post-patch:
${REINPLACE_CMD} '/CUPS_DATADIR/s|/usr/share/cups|${LOCALBASE}/share/cups|' \
${PATCH_WRKSRC}/libkcups/KCupsRequest.cpp
.include <bsd.port.mk>
|