mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
32 lines
560 B
Makefile
32 lines
560 B
Makefile
COMMENT= templating library for GLib
|
|
|
|
GNOME_PROJECT= template-glib
|
|
GNOME_VERSION= 3.40.0
|
|
|
|
SHARED_LIBS += template_glib-1.0 1.0 # 0.4000.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += gio-2.0 girepository-2.0 glib-2.0 gobject-2.0 intl
|
|
WANTLIB += m
|
|
|
|
# -std=gnu11
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
MODULES= devel/meson \
|
|
x11/gnome
|
|
|
|
MODGNOME_TOOLS= gobject-introspection vala
|
|
|
|
BUILD_DEPENDS= devel/bison
|
|
|
|
LIB_DEPENDS= devel/glib2
|
|
|
|
.include <bsd.port.mk>
|