1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/archivers/gcab/Makefile
Baptiste Daroussin 28919153df Update to 1.4
While here disable gtk-doc
2020-09-24 08:52:18 +00:00

24 lines
438 B
Makefile

# Created by: kwm@FreeBSD.org
# $FreeBSD$
PORTNAME= gcab
PORTVERSION= 1.4
CATEGORIES= archivers gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
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>