mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +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
34 lines
672 B
Makefile
34 lines
672 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= json-glib
|
|
PORTVERSION= 1.4.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= JSON (RFC 4627) interface for Glib
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gettext localbase meson pkgconfig tar:xz
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= GIR DOCS
|
|
OPTIONS_DEFAULT=GIR
|
|
OPTIONS_SUB= yes
|
|
|
|
GIR_DESC= Build introspection data
|
|
GIR_USE= gnome=introspection
|
|
GIR_MESON_TRUE= introspection
|
|
|
|
post-install:
|
|
@${RM} -r ${STAGEDIR}${PREFIX}/libexec/installed-tests
|
|
@${RM} -r ${STAGEDIR}${PREFIX}/share/installed-tests
|
|
|
|
.include <bsd.port.mk>
|