freebsd-ports/deskutils/gnome-dictionary/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

30 lines
713 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-dictionary
PORTVERSION= 3.26.1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 dictionary lookup application
LICENSE=GPLv2 LGPL21
LICENSE_COMB= multi
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.libs
BUILD_DEPENDS= itstool:textproc/itstool \
docbook-xsl>=0:textproc/docbook-xsl
PORTSCOUT= limitw:1,even
USES= gettext gnome localbase meson pkgconfig tar:xz
USE_GNOME= cairo gtk30 introspection:build libxslt:build
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
GLIB_SCHEMAS= org.gnome.dictionary.gschema.xml
.include <bsd.port.mk>