aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/kuser/Makefile
blob: 1432004e3bc2ae08e1e3f1bf8e399c1341aaf694 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   kuser
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES= sysutils kde
MASTER_SITES=   KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=    KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT=    KDE user manager

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

.include <bsd.port.mk>