1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/irc/polari/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

35 lines
837 B
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= polari
PORTVERSION= 3.28.0
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
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>