951c1f5d1c
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
30 lines
713 B
Makefile
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>
|