groff stable port information

Package: groff
Version: 1.21
Revision: 1
GCC: 4.0
Maintainer: Dave Vasilevsky
Source: gnu
Source-MD5: 8b8cd29385b97616a0f0d96d0951c5bf
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
PERLPATH=/usr/bin/perl ./configure %c
make
fink-package-precedence --depfile-ext='\.d' .
<<
InstallScript: <<
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
<<