blob: 6d7ba31742e5115af17375e414bb35a90f12200e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/deskutils/baobab/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= baobab
PORTVERSION= 3.6.2
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-vapigen
LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop
CONFLICTS= gnome-utils-2.[0-9]*
USE_XZ= yes
USES= gettext pathfix pkgconfig
USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack libxml2 gtk30
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= baobab.1
GLIB_SCHEMAS= org.gnome.baobab.gschema.xml
.include <bsd.port.mk>
|