diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-08 14:10:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-08 14:10:41 +0800 |
commit | a696d85acc862480a9e06b3c7a3a7c9aaed6bc81 (patch) | |
tree | 5719f9123146f31de00e5a852d376075e7c81e24 /x11-toolkits | |
parent | ac91cbce98a7f20b546e8417b47334e5d94e7905 (diff) | |
download | freebsd-ports-gnome-a696d85acc862480a9e06b3c7a3a7c9aaed6bc81.tar.gz freebsd-ports-gnome-a696d85acc862480a9e06b3c7a3a7c9aaed6bc81.tar.zst freebsd-ports-gnome-a696d85acc862480a9e06b3c7a3a7c9aaed6bc81.zip |
- ensure texi2html is installed for generating docs
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/pkg-plist | 20 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index a9918cdfbf8b..02992a49828b 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -19,6 +19,9 @@ MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep GUI library +.if !defined(NOPORTDOCS) +BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html +.endif LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png diff --git a/x11-toolkits/gnustep-gui/pkg-plist b/x11-toolkits/gnustep-gui/pkg-plist index 2d083743ecac..92ce7676baa8 100644 --- a/x11-toolkits/gnustep-gui/pkg-plist +++ b/x11-toolkits/gnustep-gui/pkg-plist @@ -71,6 +71,25 @@ GNUstep/System/Library/ColorPickers/WheelPicker.bundle/stamp.make %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/General/General.igsdoc %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/General/OpenStepCompliance.html %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/General/dependencies +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_1.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_10.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_11.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_12.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_13.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_14.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_15.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_16.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_2.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_3.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_4.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_5.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_6.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_7.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_8.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_9.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_abt.html +%%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual/AppKit_fot.html %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Reference/ClassesTOC.gsdoc %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Reference/ClassesTOC.html %%PORTDOCS%%GNUstep/System/Library/Documentation/Developer/Gui/Reference/ConstantsTOC.gsdoc @@ -857,6 +876,5 @@ GNUstep/System/Tools/set_show_service @dirrm GNUstep/System/Library/Bundles/GSPrinting %%GNUSTEP_DEVEL%%@dirrm GNUstep/System/Library/Bundles/AudioOutput.nssound/Resources %%GNUSTEP_DEVEL%%@dirrm GNUstep/System/Library/Bundles/AudioOutput.nssound -%%PORTDOCS%%@exec mkdir -p %D/GNUstep/System/Library/Documentation/Developer/Gui/ProgrammingManual %%GNUSTEP_DEVEL%%@dirrm GNUstep/System/Applications/GSSpeechServer.app/Resources %%GNUSTEP_DEVEL%%@dirrm GNUstep/System/Applications/GSSpeechServer.app |