summaryrefslogtreecommitdiffstats
path: root/x11-wm/metacity/Makefile
blob: 8be9753d0241a3699e6fc25d03bfb001e56d9795 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:   metacity
# Date created:        21 May 2002
# Whom:                Garrett Rooney <rooneg@electricjellyfish.net>
#
# $FreeBSD: ports/x11-wm/metacity/Makefile,v 1.9 2002/10/08 09:52:02 sobomax Exp $
#

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

MAINTAINER= gnome@FreeBSD.org

LIB_DEPENDS=    gtk-x11-2.0.100:${PORTSDIR}/x11-toolkits/gtk20 \
        gconf-2:${PORTSDIR}/devel/gconf2 \
        glade-2.0.0:${PORTSDIR}/devel/libglade2

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_REINPLACE=  yes
USE_LIBTOOL=    yes
USE_GNOMENG=    yes
USE_GNOME=  gnomeprefix gnomehack gnomehier
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>