| Revision 92320,
909 bytes
checked in by ryandesign@…, 3 years ago
(diff) |
|
par: fix mangled UTF-8 with non-breaking space; use the right -arch flags and add a universal variant; remove an unnecessary reinplace
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | # Based on: http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/par/Makefile |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | |
|---|
| 6 | name par |
|---|
| 7 | version 1.52 |
|---|
| 8 | revision 1 |
|---|
| 9 | categories textproc |
|---|
| 10 | platforms darwin |
|---|
| 11 | maintainers gmail.com:qbarnes |
|---|
| 12 | description paragraph reflow for email |
|---|
| 13 | long_description ${description} |
|---|
| 14 | homepage http://www.nicemice.net/${name}/ |
|---|
| 15 | master_sites ${homepage} |
|---|
| 16 | distname [string totitle $name][string map {. {}} $version] |
|---|
| 17 | checksums md5 4ccacd824171ba2c2f14fb8aba78b9bf |
|---|
| 18 | |
|---|
| 19 | patchfiles patch-nbspace.diff \ |
|---|
| 20 | patch-ptrdiffwarn.diff |
|---|
| 21 | |
|---|
| 22 | use_configure no |
|---|
| 23 | |
|---|
| 24 | variant universal {} |
|---|
| 25 | |
|---|
| 26 | build.args -f protoMakefile \ |
|---|
| 27 | CC="${configure.cc} -c ${configure.optflags} [get_canonical_archflags cc]" \ |
|---|
| 28 | LINK1="${configure.cc} [get_canonical_archflags ld]" |
|---|
| 29 | build.target |
|---|
| 30 | |
|---|
| 31 | destroot { |
|---|
| 32 | xinstall -m 555 "${worksrcpath}/${name}" "${destroot}${prefix}/bin/" |
|---|
| 33 | xinstall -m 444 "${worksrcpath}/${name}.1" "${destroot}${prefix}/share/man/man1/" |
|---|
| 34 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.