mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
21 lines
403 B
Makefile
21 lines
403 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libdazzle
|
|
DISTVERSION= 3.33.4
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Companion library to GObject and Gtk+
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= valac:lang/vala
|
|
|
|
USES= compiler:c11 gnome meson pkgconfig tar:xz
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
|
|
|
|
.include <bsd.port.mk>
|