1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/sysutils/libdnf/Makefile
Yuri Victorovich dce823efef sysutils/libdnf: Update 0.63.1 -> 0.64.0
Reported by:	portscout
2021-10-09 22:21:35 -07:00

46 lines
1.3 KiB
Makefile

PORTNAME= libdnf
DISTVERSION= 0.64.0
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Dandified YUM, the next-generation version of YUM
LICENSE= LGPL21 # no LICENSE tag for Version 2.1
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= check>0:devel/check
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpgme.so:security/gpgme \
libgpg-error.so:security/libgpg-error \
libjson-c.so:devel/json-c \
libmodulemd.so:misc/libmodulemd \
librepo.so:misc/librepo \
librpmio.so:archivers/rpm4 \
libsmartcols.so:devel/util-linux \
libsolv.so:misc/libsolv
USES= cmake compiler:c++11-lang gettext gnome pkgconfig sqlite ssl
USE_GNOME= glib20
USE_LDCONFIG= yes
USE_GCC= yes # clang fails: https://github.com/rpm-software-management/libdnf/issues/1038
USE_GITHUB= yes
GH_ACCOUNT= rpm-software-management
CMAKE_OFF= BUILD_TESTNG WITH_GTKDOC WITH_HTML BUILD_TESTING FREEBSD_INSTALL_DOCS
OPTIONS_DEFINE= PYTHON ZCHUNK
OPTIONS_DEFAULT= PYTHON
OPTIONS_SUB= yes
PYTHON_CMAKE_BOOL= WITH_BINDINGS
PYTHON_USES= python
PYTHON_CMAKE_ON= -DPYTHON_DESIRED=${PYTHON_MAJOR_VER}
PYTHON_BUILD_DEPENDS= swig:devel/swig
ZCHUNK_DESC= With zchunk support
ZCHUNK_CMAKE_BOOL= WITH_ZCHUNK
ZCHUNK_BROKEN= ZCHUNK option is declared, but this library is never actually used
.include <bsd.port.mk>