aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/kdegraphics4-thumbnailers/Makefile
blob: 4b5ec3fcc745d091d6d3e242ec6d8d47bb588cae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   kdegraphics-thumbnailers
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES= graphics kde
MASTER_SITES=   KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=    KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT=    Thumbnailers for various graphics file formats

USE_KDE4=   kdelibs libkdcraw libkexiv2 automoc4
USES=       cmake:outsource pkgconfig tar:xz
USE_QT4=    gui qmake_build moc_build uic_build rcc_build

.include <bsd.port.mk>