| 1 | # $Id: Portfile 77558 2011-04-03 21:43:06Z blb@macports.org $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | categories devel |
|---|
| 6 | platforms darwin |
|---|
| 7 | name asprint |
|---|
| 8 | version 0.5.0 |
|---|
| 9 | maintainers perlhacker.org:sepp |
|---|
| 10 | license MIT |
|---|
| 11 | description Prints out the contents of a compiled AppleScript file. |
|---|
| 12 | |
|---|
| 13 | long_description This is a small command-line program for OS X that pretty-prints out contents of compiled AppleScript (.scpt) files using ANSI escape sequences. |
|---|
| 14 | |
|---|
| 15 | homepage http://hasseg.org/asprint/ |
|---|
| 16 | fetch.type git |
|---|
| 17 | git.url http://hasseg.org/git-public/asprint.git/ |
|---|
| 18 | git.branch HEAD |
|---|
| 19 | |
|---|
| 20 | use_configure no |
|---|
| 21 | patchfiles Makefile.patch |
|---|
| 22 | |
|---|
| 23 | destroot { |
|---|
| 24 | xinstall -m 755 -W ${worksrcpath} asprint ${destroot}${prefix}/bin/ |
|---|
| 25 | } |
|---|