Ticket #29033: Portfile

File Portfile, 677 bytes (added by sepp@…, 13 years ago)
Line 
1# $Id: Portfile 77558 2011-04-03 21:43:06Z blb@macports.org $
2
3PortSystem              1.0
4
5categories              devel
6platforms               darwin
7name                    asprint
8version                 0.5.0
9maintainers             perlhacker.org:sepp
10license                 MIT
11description             Prints out the contents of a compiled AppleScript file.
12
13long_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
15homepage                http://hasseg.org/asprint/
16fetch.type              git
17git.url                 http://hasseg.org/git-public/asprint.git/
18git.branch              HEAD
19
20use_configure   no
21patchfiles              Makefile.patch
22
23destroot {
24        xinstall -m 755 -W ${worksrcpath} asprint ${destroot}${prefix}/bin/
25}