diff options
Diffstat (limited to 'x11-wm/xfce4/Makefile')
-rw-r--r-- | x11-wm/xfce4/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile deleted file mode 100644 index 81859dce12e6..000000000000 --- a/x11-wm/xfce4/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: xfce -# Version required: 3.2.0 -# Date created: 30 June 1997 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> -# -# $FreeBSD$ -# - -DISTNAME= xfce-3.2.0 -CATEGORIES= x11-wm -MASTER_SITES= http://www.xfce.org/archive/ - -MAINTAINER= nakai@FreeBSD.org - -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - Imlib.5:${PORTSDIR}/graphics/imlib \ - gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib -lintl -lxpg4" -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ - --datadir=${PREFIX}/share - -MAN1= xfbd.1 xfce.1 xfclock.1 xfgnome.1 xfhelp.1 xfmouse.1 xfpager.1 \ - xfprint.1 xfsound.1 xfterm.1 xftrash.1 xftree.1 xfwm.1 - -.include <bsd.port.mk> |