1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/misc/libcomps/Makefile
Yuri Victorovich 0a348026bf misc/libcomps: update 0.1.20 → 0.1.21
Reported by:	portscout
2024-03-12 23:17:03 -07:00

37 lines
779 B
Makefile

PORTNAME= libcomps
DISTVERSION= 0.1.21
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Comps XML file manipulation library
WWW= https://github.com/rpm-software-management/libcomps
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/../COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2
USES= cmake:testing cpe gnome localbase:ldflags
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
CMAKE_TESTING_ON= ENABLE_TESTS
OPTIONS_DEFINE= PYTHON
OPTIONS_DEFAULT= PYTHON
OPTIONS_SUB= yes
PYTHON_CMAKE_BOOL= BUILD_PYTHON_MODULE
PYTHON_USES= python
PYTHON_BUILD_DEPENDS= ${PY_SETUPTOOLS}
PYTHON_CMAKE_ON= -DPYTHON_DESIRED=${PYTHON_MAJOR_VER}
.include <bsd.port.mk>