freebsd-ports/deskutils/baobab/Makefile
Koop Mast d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
2015-08-05 19:13:24 +00:00

36 lines
953 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= baobab
PORTVERSION= 3.16.1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 graphical directory tree analyzer
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \
vapigen:${PORTSDIR}/lang/vala
LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop
CONFLICTS= gnome-utils-2.[0-9]*
PORTSCOUT= limitw:1,even
USES= desktop-file-utils gettext gmake pathfix \
pkgconfig tar:xz
USE_GNOME= gnomeprefix gtk30 intlhack libxml2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.baobab.gschema.xml
post-patch:
@${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|MimeType=inode/directory;|MimeType=|g' \
${WRKSRC}/data/org.gnome.baobab.desktop.in.in
.include <bsd.port.mk>