aboutsummaryrefslogtreecommitdiffstats
path: root/print/kde4-print-manager/Makefile
blob: 2bba31aad50ff9d15e2072ddc1138f74422cd115 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   print-manager
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES= print kde
MASTER_SITES=   KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=    KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT=    Printer manager for KDE 4

LIB_DEPENDS=    libcups.so:${PORTSDIR}/print/cups-client

USES=       cmake:outsource tar:xz
USE_KDE4=   kdelibs kdeprefix automoc4
USE_QT4=    designer network \
        qmake_build moc_build uic_build rcc_build

.include <bsd.port.mk>