groff _unstable_ port information

Package: groff
Version: 1.19.1
Revision: 1012
GCC: 4.0
Maintainer: Dave Vasilevsky
Source: gnu
Source-MD5: 57d155378640c12a80642664dfdfc892
BuildDepends: x11-dev
DocFiles: BUG-REPORT COPYING NEWS PROBLEMS README
ConfigureParams: --mandir=%i/share/man/ --infodir=%i/share/info
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

Depends: netpbm-bin, psutils
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript: <<
#!/bin/sh -ev
PERLPATH=/usr/bin/perl ./configure %c
make
cd src/xditview
xmkmf
which gccmakedep | sed -e 's,i386,ppc,g' > gccmakedep
chmod a+x gccmakedep
PATH=`pwd`:$PATH
make depend
make
<<
InstallScript: <<
make install prefix=%i INSTALL_INFO=echo
install -m 755 src/xditview/gxditview %i/bin
install -m 644 src/xditview/gxditview._man %i/share/man/man1/gxditview.1
ln -s %v %i/share/%n/current
<<
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/xditview/README src/xditview/gxditview.1.html
License: BSD
<<