1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/sysutils/calamares/Makefile
Muhammad Moinur Rahman 39c1f7c5dd
Mk/Uses: Move man to share/man for kde framework
All ports utilizing USES=kde has been tested. If there are breakage on
other parts of the tree buzz me.

Approved by:	portmgr (blanket)
2024-01-30 21:25:13 +01:00

26 lines
737 B
Makefile

PORTNAME= calamares
DISTVERSION= 3.2.61
PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= https://github.com/calamares/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= adridg@FreeBSD.org
COMMENT= Distro- and desktop-independent installer
WWW= https://calamares.io/
LIB_DEPENDS= libicui18n.so:devel/icu \
libyaml-cpp.so:devel/yaml-cpp \
libpwquality.so:security/libpwquality \
libboost_python${PYTHON_SUFFIX}.so:devel/boost-python-libs
USES= cmake compiler:c++17-lang cpe gettext kde:5 python qt:5
USE_KDE= coreaddons dbusaddons \
ecm:build
USE_QT= concurrent core dbus declarative gui network quickcontrols2 \
svg widgets xml \
buildtools:build qmake:build
CMAKE_OFF= INSTALL_POLKIT
.include <bsd.port.mk>