mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
28919153df
While here disable gtk-doc
24 lines
438 B
Makefile
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>
|