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
408 B
Makefile
20 lines
408 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libdazzle
|
|
PORTVERSION= 3.28.3
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Staging and stabilizing for facy Glib and Gtk+ features
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= valac:lang/vala
|
|
|
|
USES= gnome meson pkgconfig tar:xz
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
|
|
|
|
.include <bsd.port.mk>
|