ports/x11/kde-applications/Makefile.inc

31 lines
816 B
PHP
Raw Normal View History

2023-08-16 22:26:55 +00:00
DIST_SUBDIR = kde-applications
.if !defined(CATEGORIES)
ERRORS += "Fatal: missing CATEGORIES"
.endif
CATEGORIES += x11/kde-applications
MAINTAINER ?= Rafael Sadowski <rsadowski@openbsd.org>
# Do not rely on devel/cmake here: additional modules that are
# set up in ports may have, say, lang/python before devel/cmake,
# thus making lang/python evaluating first. And when lang/python
# sees empty CONFIGURE_STYLE, it forces that this is Python
# module port, and breaks build.
CONFIGURE_STYLE = cmake
MODULES := x11/kde-applications \
devel/kf5 \
${MODULES}
# usual KDE rules:
# LGPLv2.1+, GPLv2+, GPLv3
PERMIT_PACKAGE ?= Yes
VERSION ?= ${MODKDE_VERSION}
2023-09-28 02:05:49 +00:00
SITES ?= ${SITE_KDE:=stable/release-service/${VERSION}/src/}
2023-08-16 22:26:55 +00:00
RUN_DEPENDS += ${MODKDE5_RUN_DEPENDS}
BUILD_DEPENDS += ${MODKDE5_BUILD_DEPENDS}