mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
39 lines
915 B
Makefile
39 lines
915 B
Makefile
# Created by: Mike Krutov <neko@takino.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= girara
|
|
PORTVERSION= 0.3.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits graphics
|
|
MASTER_SITES= https://pwmt.org/projects/girara/download/ \
|
|
http://www.madpilot.net/~mad/pwmt.org/
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= GTK3 Interface Library for Zathura PDF Viewer
|
|
|
|
USES= compiler:c11 meson pathfix pkgconfig tar:xz
|
|
PATHFIX_MAKEFILEIN= Makefile
|
|
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
|
|
USE_LDCONFIG= yes
|
|
LIBDIR= ${PREFIX}/lib
|
|
|
|
OPTIONS_DEFINE= JSONC NLS NOTIFY
|
|
OPTIONS_DEFAULT= NOTIFY
|
|
JSONC_DESC= Support json configuration dump
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
JSONC_LIB_DEPENDS= libjson-c.so:devel/json-c
|
|
JSONC_MESON_TRUE= enable-json
|
|
|
|
NLS_USES= gettext
|
|
|
|
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
|
|
NOTIFY_MESON_TRUE= enable-notify
|
|
|
|
post-patch-NLS-off: .SILENT
|
|
${REINPLACE_CMD} -e "/subdir('po')/d" \
|
|
${WRKSRC}/meson.build
|
|
|
|
.include <bsd.port.mk>
|