mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
0750606fdf
Add comments about version sync requirement, and strengthen
deskutils/gucharmap BUILD_DEPENDS version specifier.
This also reverts commit 6ca002d89c
.
Reported by: olgeni
PR: 273796
Approved by: vishwin (gnome, maintainer deskutils/gucharmap)
thierry (maintainer textproc/UCD)
41 lines
1.0 KiB
Makefile
41 lines
1.0 KiB
Makefile
PORTNAME= gucharmap
|
|
PORTVERSION= 15.1.0 # must sync with textproc/UCD
|
|
CATEGORIES= deskutils gnome
|
|
#MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Unicode/ISO10646 character map and font viewer
|
|
WWW= https://wiki.gnome.org/Gucharmap
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool \
|
|
UCD=${PORTVERSION},1:textproc/UCD \
|
|
${LOCALBASE}/share/aclocal/yelp.m4:textproc/yelp-tools
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
|
libpcre2-8.so:devel/pcre2
|
|
|
|
USES= desktop-file-utils gettext-tools gnome localbase meson perl5 pkgconfig \
|
|
python:build tar:xz vala:build
|
|
USE_GNOME= cairo glib20 gtk30 introspection:build
|
|
USE_PERL5= build
|
|
BINARY_ALIAS= python3=${PYTHON_CMD}
|
|
USE_LDCONFIG= yes
|
|
MESON_ARGS= -Ducd_path=${LOCALBASE}/share/unicode/ucd/
|
|
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://gitlab.gnome.org
|
|
GL_ACCOUNT= GNOME
|
|
|
|
GLIB_SCHEMAS= org.gnome.Charmap.gschema.xml
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
OPTIONS_SUB= yes
|
|
|
|
DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
|
|
DOCS_MESON_TRUE= docs
|
|
|
|
.include <bsd.port.mk>
|