diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-11-17 10:46:04 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-11-17 10:46:04 +0000 |
commit | cfba455882412c1e7b3abcbce7dca6006cb98470 (patch) | |
tree | d689fd8ccafab4c130848cf71176656dac2e166b /share | |
parent | 3db74fd4a2aed44f0339e41071063e906f078556 (diff) |
- add a Dwarf Encyclopaedia (gnome.port.mk) section
feedback from jmc@
ok ajacoutot@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/port-modules.5 | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 106720616a7..d5c9397fadb 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.26 2008/10/29 14:44:22 jmc Exp $ +.\" $OpenBSD: port-modules.5,v 1.27 2008/11/17 10:46:03 jasper 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: October 29 2008 $ +.Dd $Mdocdate: November 17 2008 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -425,6 +425,24 @@ manpage. .It www/plone .It www/zope .It x11/gnome +Sets DESKTOP_FILES, EXTRACT_SUFX, MODGNOME_HELP_FILES, MODGNOME_RUN_DEPENDS, +and USE_GMAKE. EXTRACT_SUFX defaults to .tar.bz2 . +Also affects CATEGORIES. +If DESKTOP_FILES=Yes, a dependency on +.Pa devel/desktop-file-utils +is appended +to MODGNOME_RUN_DEPENDS. +If MODGNOME_HELP_FILES=Yes, then +.Pa x11/gnome/yelp +is appended to MODGNOME_RUN_DEPENDS. +This option is to be used when .xml GNOME help files are installed into +.Pa share/gnome/help/ . +Unless NO_BUILD=Yes, USE_LIBTOOL is set to Yes and +.Pa textproc/intltool +is appended to MODULES. +.Pp +MASTER_SITES and DISTNAME are built using GNOME_PROJECT and +GNOME_VERSION. .It x11/gnustep .It x11/kde .It x11/qt |