aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnome-font-viewer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnome-font-viewer/Makefile')
-rw-r--r--deskutils/gnome-font-viewer/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/deskutils/gnome-font-viewer/Makefile b/deskutils/gnome-font-viewer/Makefile
index 40f5ad36f903..4cbde0fc1705 100644
--- a/deskutils/gnome-font-viewer/Makefile
+++ b/deskutils/gnome-font-viewer/Makefile
@@ -2,27 +2,27 @@
# $FreeBSD$
PORTNAME= gnome-font-viewer
-PORTVERSION= 3.16.2
+PORTVERSION= 3.28.0
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
-DIST_SUBDIR= gnome3
+DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 font viewer utility
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libfreetype.so:print/freetype2 \
- libfontconfig.so:x11-fonts/fontconfig
+ libfontconfig.so:x11-fonts/fontconfig \
+ libharfbuzz.so:print/harfbuzz
CONFLICTS= gnome-utils-2.[0-9]*
PORTSCOUT= limitw:1,even
-USES= desktop-file-utils gettext gmake pathfix \
- pkgconfig tar:xz
+USES= desktop-file-utils gettext localbase meson pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
-USE_GNOME= intlhack gtk30 gnomedesktop3
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib
+USE_GNOME= cairo gtk30 gnomedesktop3
.include <bsd.port.mk>