aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/metacity-setup/Makefile
blob: 325a5fc07bcb7c44aa0c037ecc26b6d72e983fd6 (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
# New ports collection makefile for:   metacity-setup
# Date created:        23 May 2002
# Whom:                Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   metacity-setup
PORTVERSION=    0.7.1
PORTREVISION=   2
CATEGORIES= x11-wm
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= marcus@FreeBSD.org
COMMENT=    A graphical configurator tool for the metacity window manager

LIB_DEPENDS=    gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui

USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_LIBTOOL=    yes
USE_GNOME=  gnomeprefix gnomehack
USE_REINPLACE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET=   --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}

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

.include <bsd.port.mk>