Package: groff Version: 1.22.3 Revision: 1 GCC: 4.0 Maintainer: Dave Vasilevsky Source: gnu Source-MD5: cc825fa64bc7306a885f2fb2268d3ec5 DocFiles: BUG-REPORT COPYING NEWS PROBLEMS README Description: GNU document formatting system DescDetail: << Groff (GNU Troff) is a document processor which reads plain text mixed with formatting commands and produces formatted output. This version includes gxditview and supports HTML. Licensing details: - groff is licensed under the GPL. - gxditview is derived from xditview (MIT license -> BSD style), with modifications in the public domain. << InfoDocs: groff.info BuildDepends: << fink-package-precedence, libiconv-dev, x11-dev << Depends: << ghostscript, libiconv, netpbm-bin, psutils << UseMaxBuildJobs: false ConfigureParams: --mandir=%p/share/man/ --infodir=%p/share/info --with-appresdir=%p/etc/app-defaults SetCPPFLAGS: -MD NoSetMAKEFLAGS: true SetMAKEFLAGS: -j1 CompileScript: << #!/bin/sh -ev export LC_CTYPE=C PERLPATH=/usr/bin/perl ./configure %c make fink-package-precedence --depfile-ext='\.d' . << InstallScript: << #!/bin/sh -ev export LC_CTYPE=C make install DESTDIR=%d INSTALL_INFO=echo rm %i/lib/charset.alias << DescPackaging: << Avoid dependency mess if /sw/bin/perl exists at compile-time << License: GPL Homepage: http://www.gnu.org/software/groff/groff.html SplitOff: << Package: gxditview Files: bin/gxditview share/man/man1/gxditview.1 Depends: x11, %N DocFiles: src/devices/xditview/README License: BSD <<