mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
95b23db277
Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D12500
20 lines
454 B
Makefile
20 lines
454 B
Makefile
# $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>
|