summaryrefslogtreecommitdiffstats
path: root/deskutils/baobab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/baobab/Makefile')
-rw-r--r--deskutils/baobab/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/deskutils/baobab/Makefile b/deskutils/baobab/Makefile
new file mode 100644
index 000000000..c2ba7ecff
--- /dev/null
+++ b/deskutils/baobab/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: gnomeutils2
+# Date created: 06 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.156 2011/12/06 13:43:48 kwm Exp $
+#
+
+PORTNAME= baobab
+PORTVERSION= 3.4.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
+LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop
+
+CONFLICTS= gnome-utils-2.[0-9]*
+
+USE_XZ= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack 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>