mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
18 lines
402 B
Makefile
18 lines
402 B
Makefile
PORTNAME= template-glib
|
|
PORTVERSION= 3.36.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Templating library for GLib
|
|
WWW= https://gitlab.gnome.org/GNOME/template-glib
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= valac:lang/vala
|
|
|
|
USES= bison compiler:c11 gettext gnome meson pkgconfig tar:xz
|
|
USE_GNOME= glib20 introspection
|
|
|
|
.include <bsd.port.mk>
|