summaryrefslogtreecommitdiff
path: root/x11-wm/xfce/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2012-02-02 16:07:26 +0000
committerRene Ladan <rene@FreeBSD.org>2012-02-02 16:07:26 +0000
commit4e4fdae102bc0945bfc4e2ff0ebf989d21ddeed3 (patch)
treef5d3a0456369c60dbe34e845eaf0a61dce72dbd5 /x11-wm/xfce/Makefile
parentUpdate to 7.0.25 release. (diff)
Remove expired port:
2012-02-01 x11-wm/xfce: abandoned upstream, use x11-wm/xfce4 instead
Notes
Notes: svn path=/head/; revision=290309
Diffstat (limited to 'x11-wm/xfce/Makefile')
-rw-r--r--x11-wm/xfce/Makefile64
1 files changed, 0 insertions, 64 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile
deleted file mode 100644
index 38cf5f99d80c..000000000000
--- a/x11-wm/xfce/Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
-# New ports collection makefile for: xfce
-# Date created: 30 June 1997
-# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xfce
-PORTVERSION= 3.8.18
-PORTREVISION= 12
-CATEGORIES= x11-wm xfce
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3%20%28old%29/${PORTVERSION}
-
-MAINTAINER= xfce@FreeBSD.org
-COMMENT= CDE like desktop with GTK
-
-DEPRECATED= abandoned upstream, use x11-wm/xfce4 instead
-EXPIRATION_DATE=2012-02-01
-
-LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
-
-USE_XORG= x11 xpm
-USE_GETTEXT= yes
-USE_GNOME= gdkpixbuf
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --with-conf-dir=${PREFIX}/etc/xfce \
- --with-data-dir=${PREFIX}/share/xfce \
- --with-locale-dir=${PREFIX}/share/locale \
- --with-xpm=${LOCALBASE} \
- --enable-gtk-engine=${PREFIX}/lib/gtk/themes/engines \
- --disable-arts \
- --enable-taskbar \
- --enable-xinerama
-
-OPTIONS= XFT "enable anti-aliased font support" off
-
-MAN1= glob.1 xfbd.1 xfce.1 xfclock.1 xfglob.1 xfgnome.1 xfhelp.1 \
- xflock.1 xfmountdev.1 xfmouse.1 xfpager.1 xfprint.1 xfrun.1 \
- xfskin.1 xfsound.1 xfterm.1 xftrash.1 xftree.1 xfumed.1 xfwm.1
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_XFT)
-USE_XORG= xft
-CONFIGURE_ARGS+= --enable-xft
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|xfplay|internal|g' ${WRKSRC}/other/xfsoundrc.in
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/other/xinitrc.in
- @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG:T}|g' ${WRKSRC}/xfce/setup.c
- @${REINPLACE_CMD} -e 's|/opt/kde3|${LOCALBASE}|g ; \
- s|/opt/gnome|${LOCALBASE}|g' ${WRKSRC}/xfmenu/xfmenu.c
- @${REINPLACE_CMD} -e 's|static \(Atom _XA_WIN_STATE;\)|\1|; \
- s|static \(Atom _XA_WIN_WORKSPACE;\)|\1|; \
- s|static \(Atom _XA_WIN_WORKSPACE_COUNT;\)|\1|' \
- ${WRKSRC}/xfgnome/xfgnome.h
- @${REINPLACE_CMD} -e 's|static \(nmb_history \*headH;\)|\1|' \
- ${WRKSRC}/xfsamba/xfsamba_mem.c
- @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>