summaryrefslogblamecommitdiffstats
path: root/sysutils/gconf-editor/Makefile
blob: aae1e0d1331b4d88379860836b80d0f69f1e6bf5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                    
           
          

                            
                     
                 

                              
                      

                                 
                                                                 
 
                   
                                               

                   
                                                               
                   

                                      
 


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

PORTNAME=   gconf-editor
PORTVERSION=    3.0.1
PORTEPOCH=  1
CATEGORIES= sysutils gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Gconf database editor for the GNOME 3 environment

USE_XZ=     yes
USES=       gettext gmake pathfix pkgconfig
INSTALLS_OMF=   yes
INSTALLS_ICONS= yes
USE_GNOME=  gnomeprefix intlhack gtk30 gconf2 gnomedocutils
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

GCONF_SCHEMAS=  gconf-editor.schemas

.include <bsd.port.mk>