mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
21 lines
482 B
Makefile
21 lines
482 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kproperty
|
|
DISTVERSION= 3.2.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 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>
|