summaryrefslogblamecommitdiffstats
path: root/deskutils/baobab/Makefile
blob: ea135b21edfd791fe5c106493d06a0778d097bc2 (plain) (tree)
1
2
3
4
5
6
                                                    
           
          

                      
                     






                                                         

                                                      
                                                        



                                    
                                                                  
                                                  




                                      

                                            



                                                                  
                      
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom$

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=    libgtop-2.0.so:${PORTSDIR}/devel/libgtop

CONFLICTS=  gnome-utils-2.[0-9]*

USE_XZ=     yes
USES=       desktop-file-utils gettext gmake pathfix pkgconfig
USE_GNOME=  gnomeprefix intlhack libxml2 gtk30
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

.include <bsd.port.mk>