freebsd-ports/misc/libcomps/Makefile
Matthias Fechner 247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
2022-03-26 09:27:27 +01:00

35 lines
732 B
Makefile

PORTNAME= libcomps
DISTVERSION= 0.1.17
PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Comps XML file manipulation library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/../COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2
USES= cmake cpe gnome
CPE_VENDOR= rpm
USE_GNOME= libxml2
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= rpm-software-management
WRKSRC_SUBDIR= ${PORTNAME}
CMAKE_OFF= ENABLE_TESTS ENABLE_DOCS
OPTIONS_DEFINE= PYTHON
OPTIONS_DEFAULT= PYTHON
OPTIONS_SUB= yes
PYTHON_CMAKE_BOOL= BUILD_PYTHON_MODULE
PYTHON_USES= python
PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
PYTHON_CMAKE_ON= -DPYTHON_DESIRED=${PYTHON_MAJOR_VER}
.include <bsd.port.mk>