mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add xfwm4 020724, gtk-2.0 based window manager part of the XFCE
project. PR: 41678 Submitted by: James Earl <jamesearl@shaw.ca>
This commit is contained in:
parent
5182349341
commit
e0a61eb59a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80707
@ -99,6 +99,7 @@
|
||||
SUBDIR += wmthemeinstall
|
||||
SUBDIR += wmx
|
||||
SUBDIR += xfce
|
||||
SUBDIR += xfwm4
|
||||
SUBDIR += xwmm
|
||||
SUBDIR += yawm
|
||||
|
||||
|
43
x11-wm/xfce4-wm/Makefile
Normal file
43
x11-wm/xfce4-wm/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# New ports collection makefile for: xfwm4
|
||||
# Date created: August 14, 2002
|
||||
# Whom: James Earl <jamesearl@shaw.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfwm4
|
||||
PORTVERSION= 020724
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://belnet.dl.sourceforge.net/sourceforge/xfce/ \
|
||||
http://unc.dl.sourceforge.net/sourceforge/xfce/
|
||||
MASTER_SITE_SUBDIR= xfce
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Gtk-2.0 based window manager part of the XFCE project
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_REINPLACE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/src/pixmap.c
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/xfwm4 ${PREFIX}/share/examples/xfwm4
|
||||
${MKDIR} ${PREFIX}/share/examples/xfwm4
|
||||
|
||||
${INSTALL_MAN} ${WRKSRC}/README ${WRKSRC}/TODO ${PREFIX}/share/doc/xfwm4
|
||||
${INSTALL_MAN} ${WRKSRC}/example.xfwm4rc ${WRKSRC}/example.gtkrc-2.0 ${PREFIX}/share/examples/xfwm4
|
||||
|
||||
@${ECHO} "===> Configuration:" ;
|
||||
@${ECHO} " - Example rc files installed in ${PREFIX}/share/examples/${PORTNAME}" ;
|
||||
@${ECHO} " - Refer to documentation in ${PREFIX}/share/doc/${PORTNAME}" ;
|
||||
@${ECHO} " - For online help see: http://xfce.sourceforge.net" ;
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-wm/xfce4-wm/distinfo
Normal file
1
x11-wm/xfce4-wm/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xfwm4-020724.tar.gz) = 62dd419f6b960c2edb78ac47211a0d56
|
15
x11-wm/xfce4-wm/pkg-descr
Normal file
15
x11-wm/xfce4-wm/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
This is a port of xfwm4, a gtk-2.0 based window manager part of the
|
||||
XFCE project. It is ideal for use with GNOME, KDE or XFCE as it does
|
||||
not have a taskbar, icon support, or program launcher.
|
||||
|
||||
Features include the following:
|
||||
|
||||
- Based on gtk-2.0
|
||||
- Themeable appearance (several themes included)
|
||||
- Virtual desktops
|
||||
- Full keyboard control
|
||||
- Pango font rendering, and antialiased text support using GDK_USE_XFT
|
||||
- Implements both GNOME and NET standards
|
||||
- And it's stable
|
||||
|
||||
WWW: http://xfce.sourceforge.net
|
4
x11-wm/xfce4-wm/pkg-message
Normal file
4
x11-wm/xfce4-wm/pkg-message
Normal file
@ -0,0 +1,4 @@
|
||||
===> Configuration:
|
||||
- Example rc files installed in /usr/X11R6/share/examples/xfwm4
|
||||
- Refer to documentation in /usr/X11R6/share/doc/xfwm4
|
||||
- For online help see: http://xfce.sourceforge.net
|
1162
x11-wm/xfce4-wm/pkg-plist
Normal file
1162
x11-wm/xfce4-wm/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
43
x11-wm/xfwm4/Makefile
Normal file
43
x11-wm/xfwm4/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# New ports collection makefile for: xfwm4
|
||||
# Date created: August 14, 2002
|
||||
# Whom: James Earl <jamesearl@shaw.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfwm4
|
||||
PORTVERSION= 020724
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://belnet.dl.sourceforge.net/sourceforge/xfce/ \
|
||||
http://unc.dl.sourceforge.net/sourceforge/xfce/
|
||||
MASTER_SITE_SUBDIR= xfce
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Gtk-2.0 based window manager part of the XFCE project
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_REINPLACE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/src/pixmap.c
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/xfwm4 ${PREFIX}/share/examples/xfwm4
|
||||
${MKDIR} ${PREFIX}/share/examples/xfwm4
|
||||
|
||||
${INSTALL_MAN} ${WRKSRC}/README ${WRKSRC}/TODO ${PREFIX}/share/doc/xfwm4
|
||||
${INSTALL_MAN} ${WRKSRC}/example.xfwm4rc ${WRKSRC}/example.gtkrc-2.0 ${PREFIX}/share/examples/xfwm4
|
||||
|
||||
@${ECHO} "===> Configuration:" ;
|
||||
@${ECHO} " - Example rc files installed in ${PREFIX}/share/examples/${PORTNAME}" ;
|
||||
@${ECHO} " - Refer to documentation in ${PREFIX}/share/doc/${PORTNAME}" ;
|
||||
@${ECHO} " - For online help see: http://xfce.sourceforge.net" ;
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-wm/xfwm4/distinfo
Normal file
1
x11-wm/xfwm4/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xfwm4-020724.tar.gz) = 62dd419f6b960c2edb78ac47211a0d56
|
15
x11-wm/xfwm4/pkg-descr
Normal file
15
x11-wm/xfwm4/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
This is a port of xfwm4, a gtk-2.0 based window manager part of the
|
||||
XFCE project. It is ideal for use with GNOME, KDE or XFCE as it does
|
||||
not have a taskbar, icon support, or program launcher.
|
||||
|
||||
Features include the following:
|
||||
|
||||
- Based on gtk-2.0
|
||||
- Themeable appearance (several themes included)
|
||||
- Virtual desktops
|
||||
- Full keyboard control
|
||||
- Pango font rendering, and antialiased text support using GDK_USE_XFT
|
||||
- Implements both GNOME and NET standards
|
||||
- And it's stable
|
||||
|
||||
WWW: http://xfce.sourceforge.net
|
4
x11-wm/xfwm4/pkg-message
Normal file
4
x11-wm/xfwm4/pkg-message
Normal file
@ -0,0 +1,4 @@
|
||||
===> Configuration:
|
||||
- Example rc files installed in /usr/X11R6/share/examples/xfwm4
|
||||
- Refer to documentation in /usr/X11R6/share/doc/xfwm4
|
||||
- For online help see: http://xfce.sourceforge.net
|
1162
x11-wm/xfwm4/pkg-plist
Normal file
1162
x11-wm/xfwm4/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user