| 1 | # $Id$ |
| 2 | |
| 3 | PortSystem 1.0 |
| 4 | |
| 5 | name mandoc |
| 6 | version 1.13.3 |
| 7 | categories textproc |
| 8 | license ISC |
| 9 | maintainers eitanadler.com:lists openmaintainer |
| 10 | description The mandoc UNIX manpage compiler toolset |
| 11 | homepage http://mdocml.bsd.lv/ |
| 12 | platforms darwin freebsd openbsd |
| 13 | |
| 14 | long_description mandoc is a suite of tools compiling mdoc, the roff macro language of choice for BSD manual pages, and man, the predominant historical language for UNIX manuals. |
| 15 | |
| 16 | master_sites http://mdocml.bsd.lv/snapshots/ |
| 17 | |
| 18 | distname mdocml-${version} |
| 19 | checksums rmd160 47d1096708b45b15d8f198404fd6608d164bb66a \ |
| 20 | sha256 23ccab4800d50bf4c327979af5d4aa1a6a2dc490789cb67c4c3ac1bd40b8cad8 |
| 21 | |
| 22 | depends_lib port:sqlite3 |
| 23 | |
| 24 | post-patch { |
| 25 | reinplace "s,/usr/local,$prefix,g" configure |
| 26 | reinplace "s,^MANDIR=,MANDIR=$prefix/share/man," configure |
| 27 | } |