summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorLandry Breuil <landry@cvs.openbsd.org>2008-06-14 16:17:04 +0000
committerLandry Breuil <landry@cvs.openbsd.org>2008-06-14 16:17:04 +0000
commite911095913a5493eb4f936be3fa86980f8553fb8 (patch)
treed7aad08915c4f47ab31e8bdbed5443290180a942 /share/man
parente3704f449cf474eafab32c698280cbf306b0cb60 (diff)
Document x11/xfce4 module, with help of jmc@, thanks !
ok ajacoutot@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/port-modules.522
1 files changed, 20 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index 43c831364ef..e507327535c 100644
--- a/share/man/man5/port-modules.5
+++ b/share/man/man5/port-modules.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: port-modules.5,v 1.16 2008/06/12 20:27:29 ajacoutot Exp $
+.\" $OpenBSD: port-modules.5,v 1.17 2008/06/14 16:17:03 landry Exp $
.\"
.\" Copyright (c) 2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 12 2008 $
+.Dd $Mdocdate: June 14 2008 $
.Dt PORT-MODULES 5
.Os
.Sh NAME
@@ -416,6 +416,24 @@ Sets MODTK_VERSION, MODTK_BIN, MODTK_INCDIR, MODTK_CONFIG,
MODTK_BUILD_DEPENDS, and MODTK_RUN_DEPENDS.
Automatically adds the lang/tcl module, and affects CATEGORIES,
SUBST_VARS, and USE_X11.
+.It x11/xfce4
+Sets CATEGORIES, DIST_SUBDIR, EXTRACT_SUFX, CONFIGURE_STYLE,
+CONFIGURE_ENV, USE_X11 and USE_GMAKE.
+If DESKTOP_FILES is set to yes, it adds
+.Pa devel/desktop-file-utils
+to RUN_DEPENDS.
+Unless XFCE_NO_SRC is set, USE_LIBTOOL is set to yes and
+.Pa devel/gettext
+and
+.Pa textproc/intltool
+are added to MODULES.
+.Pp
+Xfce ports can be divided into three categories: core libraries and
+applications, goodies, and panel plugins.
+HOMEPAGE, MASTER_SITES and DISTNAME are built using XFCE_VERSION (which
+defaults to XFCE_DESKTOP_VERSION if not set) and either XFCE_PROJECT,
+XFCE_GOODIE or XFCE_PLUGIN.
+One of the latter has to be provided by the port Makefile.
.El
.Sh SEE ALSO
.Xr make 1 ,