freebsd-ports/x11-toolkits/kproperty/Makefile
Tobias C. Berner 9d8462abda x11-toolkits/kproperty: fix build with GCC-based architectures
PR:		232385
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-20 16:21:14 +00:00

20 lines
484 B
Makefile

# $FreeBSD$
PORTNAME= kproperty
DISTVERSION= 3.1.0
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 compiler:c++11-lang gettext kde:5 qt:5 \
tar:xz
USE_KDE= ecm config coreaddons guiaddons i18n widgetsaddons
USE_QT= core gui widgets xml \
buildtools_build qmake_build qml
CONFLICTS_INSTALL= calligra-2*
.include <bsd.port.mk>