aboutsummaryrefslogblamecommitdiff
path: root/sysutils/calamares/Makefile
blob: 43cbdee2a6ff59f2771481a17683296b2bc56a19 (plain) (tree)
1
2
3
4
5
6
7
8
9
                         
                      
                 




                                                                                           
                                     





                                                                          
                                                                       
                                       
                         

                                                                             
                                            

                              
 
                      
PORTNAME=	calamares
DISTVERSION=	3.2.61
PORTREVISION=	2
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>