# New ports collection makefile for: metacity-setup # Date created: 23 May 2002 # Whom: Joe Marcus Clarke # # $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 USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_GNOME= gnomeprefix gnomehack libgnomeui USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" 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