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

PORTNAME=       kproperty
DISTVERSION=        3.0.2
CATEGORIES=     x11-toolkits kde
MASTER_SITES=       KDE/stable/${PORTNAME}/src
DIST_SUBDIR=        KDE/${PORTNAME}

MAINTAINER=     kde@FreeBSD.org
COMMENT=        Property editing framwork

USES=           cmake:outsource gettext kde:5 tar:xz
USE_KDE=        ecm config coreaddons guiaddons i18n widgetsaddons
USE_QT5=        core gui widgets xml \
            buildtools_build qmake_build qml

CONFLICTS_INSTALL=  calligra-2*

.include <bsd.port.mk>