mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
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
31 lines
666 B
Makefile
31 lines
666 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= baobab
|
|
PORTVERSION= 3.28.0
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME 3 graphical directory tree analyzer
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
BUILD_DEPENDS= valac:lang/vala \
|
|
itstool:textproc/itstool
|
|
|
|
USES= desktop-file-utils gettext gnome meson pkgconfig tar:xz
|
|
USE_GNOME= cairo gtk30
|
|
|
|
GLIB_SCHEMAS= org.gnome.baobab.gschema.xml
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|MimeType=inode/directory;|MimeType=|g' \
|
|
${WRKSRC}/data/org.gnome.baobab.desktop.in
|
|
|
|
.include <bsd.port.mk>
|