summaryrefslogtreecommitdiff
path: root/print/print-manager-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/print-manager-kde4/Makefile')
-rw-r--r--print/print-manager-kde4/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/print/print-manager-kde4/Makefile b/print/print-manager-kde4/Makefile
new file mode 100644
index 000000000000..680068c3b93a
--- /dev/null
+++ b/print/print-manager-kde4/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= print-manager
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 5
+CATEGORIES= print kde kde-kde4
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Printer manager for KDE 4
+
+LIB_DEPENDS= libcups.so:print/cups
+RUN_DEPENDS= ${LOCALBASE}/share/cups/data/testprint:print/cups-filters
+
+USES= cmake:outsource kde:4 tar:xz
+USE_KDE= kdelibs automoc4
+USE_QT4= designer network \
+ qmake_build moc_build uic_build rcc_build
+
+post-patch:
+ @${REINPLACE_CMD} 's,/usr/share/cups,${LOCALBASE}/share/cups,' \
+ ${WRKSRC}/libkcups/KCupsRequest.cpp
+
+.include <bsd.port.mk>