1 | # $Id: Portfile 38493 2008-07-22 17:17:53Z jowens@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name mdocml |
---|
6 | version 1.10.5 |
---|
7 | categories textproc sysutil |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | description BSD.lv's mldoc - a groff replacement |
---|
11 | long_description mdocml is a collection of tools for \ |
---|
12 | compiling \"-mdoc\", the roff macro package for\ |
---|
13 | BSD manual pages. mdocml should deprecate the\ |
---|
14 | standard GNU roff for displaying -mdoc pages\ |
---|
15 | whereas the original -mdoc tokens are supported |
---|
16 | homepage http://mdocml.bsd.lv/ |
---|
17 | master_sites http://mdocml.bsd.lv/snapshots/ |
---|
18 | checksums md5 c563967a5d44ab7c423ea0b3ebb09ae5 \ |
---|
19 | sha1 20a3ef8806b4107841b91816ab638b2cab7b0a3b \ |
---|
20 | rmd160 ac1d9736ee67e6f78a382dff1e5ef96f75a45822 |
---|
21 | patchfiles Makefile.diff |
---|
22 | |
---|
23 | configure {} |
---|
24 | |
---|
25 | post-patch { |
---|
26 | reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/Makefile |
---|
27 | } |
---|