b80f31bd86
Chase textproc/UCD update. While here, remove PORTSCOUT as this software tracks UCD's versioning exactly, which is different than GNOME's older even-odd split. Approved by: mentors (implicit)
41 lines
1 KiB
Makefile
41 lines
1 KiB
Makefile
PORTNAME= gucharmap
|
|
PORTVERSION= 15.0.0
|
|
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>=0: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
|
|
GL_COMMIT= 36de4b20deb47bccd8434e36dcc48db8b9460e47
|
|
|
|
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>
|