freebsd-ports/devel/libgusb/Makefile
Charlie Li 9a80a6ee5e
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
2023-07-17 20:53:09 -04:00

32 lines
605 B
Makefile

PORTNAME= libgusb
PORTVERSION= 0.3.10
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= gnome@FreeBSD.org
COMMENT= GUsb is a GObject wrapper for libusb1
WWW= https://github.com/hughsie/libgusb
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PY_SETUPTOOLS}
USES= gnome meson pkgconfig python:build
USE_GITHUB= yes
GH_ACCOUNT= hughsie
USE_GNOME= glib20 introspection:build
OPTIONS_DEFINE= DOCS VAPI
OPTIONS_DEFAULT= DOCS VAPI
OPTIONS_SUB= yes
DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc
DOCS_MESON_TRUE= docs
VAPI_MESON_TRUE= vapi
VAPI_USES= vala:build
.include <bsd.port.mk>