diff options
author | max <max@FreeBSD.org> | 1997-09-01 01:10:46 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-01 01:10:46 +0800 |
commit | 62b383bbfe338047bd4c703fde3c3076981d4f7a (patch) | |
tree | 505c77ff40dfbe8943578d7dcdabaec009c2fbe3 /x11-wm/xfce/Makefile | |
parent | f2c3f043880107cbfd5f7fc8d423e349e7ecd78c (diff) | |
download | freebsd-ports-gnome-62b383bbfe338047bd4c703fde3c3076981d4f7a.tar.gz freebsd-ports-gnome-62b383bbfe338047bd4c703fde3c3076981d4f7a.tar.zst freebsd-ports-gnome-62b383bbfe338047bd4c703fde3c3076981d4f7a.zip |
New port, xfce:
XFroms Cool Environment
XFCE is a X toolbar that allow user to easily launch programs.
When you use with fvwm, it can switch desks.
PR: 4389
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Diffstat (limited to 'x11-wm/xfce/Makefile')
-rw-r--r-- | x11-wm/xfce/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile new file mode 100644 index 000000000000..7ecf2e94c5d1 --- /dev/null +++ b/x11-wm/xfce/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xfce +# Version required: 1.2.3 +# Date created: 30 June 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $Id$ +# + +DISTNAME= xfce-1.2.3 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= X11/toolbars + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms + +WRKSRC= ${WRKDIR}/XFCE-1.2.3 +USE_GMAKE= yes +USE_IMAKE= yes +XMKMF= xmkmf +MAN1= XFCE.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |