29 lines
670 B
Makefile
29 lines
670 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
PORTNAME= gnome-font-viewer
|
|
PORTVERSION= 3.34.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
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 \
|
|
libharfbuzz.so:print/harfbuzz
|
|
|
|
CONFLICTS= gnome-utils-2.[0-9]*
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= compiler:c11 desktop-file-utils gettext gnome localbase meson \
|
|
pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_GNOME= cairo gtk30 gnomedesktop3
|
|
|
|
.include <bsd.port.mk>
|