summaryrefslogtreecommitdiffstats
path: root/x11-wm/metacity-setup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/metacity-setup/Makefile')
-rw-r--r--x11-wm/metacity-setup/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/x11-wm/metacity-setup/Makefile b/x11-wm/metacity-setup/Makefile
deleted file mode 100644
index 825029930..000000000
--- a/x11-wm/metacity-setup/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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
-
-LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-USE_GNOMENG= 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>