mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
951c1f5d1c
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
20 lines
390 B
Makefile
20 lines
390 B
Makefile
# Created by: kwm@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gcab
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= archivers gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GObject library to create cabinet files
|
|
|
|
BUILD_DEPENDS= vala:lang/vala \
|
|
gtkdoc-scan:textproc/gtk-doc
|
|
|
|
USES= cpe gettext meson pkgconfig tar:xz
|
|
USE_GNOME= glib20 introspection:build
|
|
CPE_VENDOR= gnome
|
|
|
|
.include <bsd.port.mk>
|