aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kgamma/Makefile
blob: ab0dc3a636befd3ee62de5446db0e580354aa7d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   kgamma
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES= x11 kde
MASTER_SITES=   KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=    KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT=    KDE 4 monitor calibration tool

USE_KDE4=   kdehier kdelibs kdeprefix automoc4
USES=       cmake:outsource
USE_QT4=    moc_build qmake_build rcc_build uic_build
USE_XORG=   x11 xxf86vm
USE_XZ=     yes

.include <bsd.port.mk>