Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/archivers/gcab/Makefile
16149 views
# Created by: [email protected]

PORTNAME=	gcab
PORTVERSION=	1.4
CATEGORIES=	archivers gnome
MASTER_SITES=	GNOME

MAINTAINER=	[email protected]
COMMENT=	GObject library to create cabinet files

BUILD_DEPENDS=	vala:lang/vala

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cpe gettext gnome meson pkgconfig tar:xz
USE_GNOME=	glib20 introspection:build
CPE_VENDOR=	gnome

MESON_ARGS=	-Ddocs=false

.include <bsd.port.mk>