mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
37 lines
763 B
Makefile
37 lines
763 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= json-glib
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= desktop@FreeBSD.org
|
|
COMMENT= JSON (RFC 4627) interface for Glib
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gettext gnome localbase meson python:3.5+ pkgconfig tar:xz
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= GIR DOCS
|
|
OPTIONS_DEFAULT=GIR
|
|
OPTIONS_SUB= yes
|
|
MESON_ARGS= -Dgtk_doc=disabled
|
|
|
|
BINARY_ALIAS= python3=${PYTHON_CMD}
|
|
|
|
GIR_DESC= Build introspection data
|
|
GIR_USE= gnome=introspection
|
|
GIR_MESON_ENABLED= introspection
|
|
|
|
post-install:
|
|
@${RM} -r ${STAGEDIR}${PREFIX}/libexec/installed-tests
|
|
@${RM} -r ${STAGEDIR}${PREFIX}/share/installed-tests
|
|
|
|
.include <bsd.port.mk>
|