1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/irc/polari/Makefile
Mateusz Piotrowski 2ac37aae5a Add a missing dependency
Otherwise, Polari does not start.

PR:		239582
Submitted by:	Greg V <greg%unrelenting.technology>
Approved by:	portmgr blanket
MFH:		2020Q4 (runtime fix)
2020-10-27 10:57:38 +00:00

38 lines
925 B
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= polari
PORTVERSION= 3.38.0
PORTREVISION= 1
CATEGORIES= irc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Internet Relay Chat (IRC) client designed for GNOME 3
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= appstream-util:devel/appstream-glib \
gjs-console:lang/gjs \
itstool:textproc/itstool
LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib \
libsecret-1.so:security/libsecret \
libtelepathy-logger.so:net-im/telepathy-logger
RUN_DEPENDS= gjs-console:lang/gjs \
telepathy-idle>0:net-im/telepathy-idle \
gspell>0:textproc/gspell
PORTSCOUT= limitw:1,even
USES= desktop-file-utils gettext gnome localbase \
meson pkgconfig tar:xz
USE_GNOME= cairo gtk30 introspection
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
GLIB_SCHEMAS= org.gnome.Polari.gschema.xml
.include <bsd.port.mk>