summaryrefslogtreecommitdiffstats
path: root/print/kdeutils4-printer-applet/Makefile
blob: cd3c16d4a99911084a538dd00d109ed1f8ad12df (plain)
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
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:	kdeutils4-printer-applet
# Date created:		2009-05-04
# Whom:			Max Brazhnikov <makc@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	printer-applet
PORTVERSION=	${KDE4_VERSION}
PORTREVISION=	1
CATEGORIES=	print kde
MASTER_SITES=	${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src
PKGNAMEPREFIX=	kdeutils-
DIST_SUBDIR=	KDE

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Printer system tray utility for KDE4

RUN_DEPENDS=	system-config-printer:${PORTSDIR}/print/system-config-printer \
		${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups

USE_KDE4=	kdehier kdelibs kdeprefix pykde4 pykdeuic4 automoc4
USE_PYTHON=	2.5+
USE_QT4=	qmake_build moc_build uic_build rcc_build
USE_XZ=	yes
USE_CMAKE=	yes
CMAKE_ARGS+=	-DINSTALL_PRINTER_APPLET:BOOL=ON

post-patch:
	cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \
		printer-applet-printers.ui \
		printer-applet.py \
		cmake-modules/FindSystemConfigPrinter.py

.include <bsd.port.mk>
OpenPOWER on IntegriCloud