freebsd-ports/deskutils/gnome-characters/Makefile
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
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
2018-09-30 11:58:29 +00:00

31 lines
716 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-characters
PORTVERSION= 3.28.2
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= find and insert unusual characters for GNOME 3
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
PORTSCOUT= limitw:1,even
LIB_DEPENDS= libgjs.so:lang/gjs \
libunistring.so:devel/libunistring \
libdbus-1.so:devel/dbus
USES= gettext gnome iconv:wchar_t localbase:ldflags meson \
pkgconfig python:3.6+,build tar:xz
USE_GNOME= gtk30 introspection
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
BINARY_ALIAS= python3=${PYTHON_VERSION}
GLIB_SCHEMAS= org.gnome.Characters.gschema.xml
.include <bsd.port.mk>