Index: en_US.ISO8859-1/books/porters-handbook/special/chapter.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -1424,10 +1424,16 @@ Using <varname>USE_GNOME</varname> + To enable the functionality provided by + Mk/Uses/gnome.mk, +USES=gnome needs to be set. This + document assume this variable is set and won't mention it again. + + Adding this variable to the port allows the use of the macros and components defined in - bsd.gnome.mk. The code in - bsd.gnome.mk adds the needed + Mk/Uses/gnome.mk. The code in + Mk/Uses/gnome.mk adds the needed build-time, run-time or library dependencies or the handling of special files. GNOME applications under &os; use the @@ -1461,7 +1467,7 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Interactive tool for performing search and replace operations -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake gnome pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_GNOME= gnomeprefix intlhack gtksourceviewmm3 CPPFLAGS+= -I${LOCALBASE}/include Index: en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -570,6 +570,17 @@ for the build. + + <literal>gnome</literal> + + Possible arguments: (none) + + Uses gnome enables all the options provided + by USE_GNOME and macro's like INSTALLS_ICONS and GLIB_SCHEMAS. See + the GNOME chapter + for more information. + + <literal>gperf</literal>