freebsd-ports/x11-toolkits/kproperty/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
485 B
Makefile

PORTNAME= kproperty
DISTVERSION= 3.2.0
PORTREVISION= 1
CATEGORIES= x11-toolkits kde
MASTER_SITES= KDE/stable/${PORTNAME}/src
DIST_SUBDIR= KDE/${PORTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= Property editing framwork
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 \
tar:xz
USE_KDE= ecm config coreaddons guiaddons i18n widgetsaddons
USE_QT= core declarative gui widgets xml \
buildtools_build qmake_build
CONFLICTS_INSTALL= calligra-2*
.include <bsd.port.mk>