summaryrefslogblamecommitdiffstats
path: root/devel/glade/Makefile
blob: 9ad527af65d8fdda6e6eea3bcd90e095a7e2001b (plain) (tree)
1
2
3
4
5
6
7
8
                                         
           
          

                     
                      

                           


                                 
                                                 
 

                                                    

                          
                                                                 
                                        
                                                                   
                   
                   
                   
                                                                   
                                  
 
                                             
 
                   

                      

                                          
 
                      
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   glade
PORTVERSION=    3.18.3
CATEGORIES= devel gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    User interface builder for GTK+ 3

BUILD_DEPENDS=  itstool:${PORTSDIR}/textproc/itstool

CONFLICTS=  glade3-3.*

USES=       desktop-file-utils gettext gmake libtool:keepla \
        pathfix pkgconfig tar:xz
USE_GNOME=  gtk30 gnomeprefix gnomedocutils introspection:build
INSTALLS_ICONS= yes
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include -Wno-error=format-nonliteral
LDFLAGS+=   -L${LOCALBASE}/lib

DOCSDIR=    ${PREFIX}/share/doc/gladeui-2

OPTIONS_SUB=    yes
OPTIONS_DEFINE= PYTHON
OPTIONS_DEFAULT=PYTHON
PYTHON_CONFIGURE_ENABLE=    python
PYTHON_USE= PYTHON=3 GNOME=py3gobject3

.include <bsd.port.mk>