aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-selectable.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-0/+76
tion value='master'>master FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogblamecommitdiffstats
path: root/x11-wm/metacity/Makefile
blob: 8c0fa35c59e2fad7f082f7ccbe3120aea783624b (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                    
                      
                      
                                    
                                               


                                 
                                                     
 
                                                  

                                                                             
 
                   

                   
                   
                   
                                               
                   
                                                                        
                                         
                                                                        
                                                                    
 
           
                                                               
                                                                           

                      
# New ports collection makefile for:   metacity
# Date created:        21 May 2002
# Whom:                Garrett Rooney <rooneg@electricjellyfish.net>
#
# $FreeBSD$
#

PORTNAME=   metacity
PORTVERSION=    2.4.34
CATEGORIES= x11-wm
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A window manager for the adult in you

LIB_DEPENDS=    gconf-2:${PORTSDIR}/devel/gconf2 \
        glade-2.0.0:${PORTSDIR}/devel/libglade2 \
        startup-notification-1.0:${PORTSDIR}/x11/startup-notification

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_REINPLACE=  yes
USE_LIBTOOL=    yes
USE_GNOME=  gnomeprefix gnomehack gnomehier
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
        LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET=   --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAKE_ENV=   G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"

post-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
         s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure

.include <bsd.port.mk>