1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name trueprint |
---|
4 | version 5.3 |
---|
5 | categories print |
---|
6 | maintainers norume@aps.anl.gov |
---|
7 | description Prettyprinter |
---|
8 | long_description GNU Trueprint takes C source files and other text files \ |
---|
9 | and prints them on postscript printers. It is intended to \ |
---|
10 | be used by programmers and includes a wealth of features, \ |
---|
11 | including diff-marking, an indentation count, function \ |
---|
12 | and file indices, and many others that are useful when \ |
---|
13 | printing source code. |
---|
14 | homepage http://www.gnu.org/software/trueprint/ |
---|
15 | master_sites ftp://ftp.gnu.org/gnu/trueprint/ |
---|
16 | depends_lib lib:libintl.1:gettext |
---|
17 | checksums md5 0615d55e45ca5131001b8e49bc330995 |
---|
18 | configure.env LDFLAGS='-L${prefix}/lib' |
---|
19 | build.args 'LIBS+=-lintl' |
---|