Ticket #28870: Portfile

File Portfile, 948 bytes (added by sepp@…, 13 years ago)
Line 
1# $Id:
2
3PortSystem                      1.0
4name                            bournal
5version                         1.5
6categories                      office
7maintainers                     sepp@perlhacker.org
8platforms                       darwin
9description                     bash script journal
10
11long_description        Bournal is a bash script that allows you to write, search \
12                                        and edit encrypted journal entries. Bournal has no internet \
13                                        capabilities, and it will probably sass you so hard your \
14                                        mother will weep.
15
16homepage                        http://becauseinter.net/bournal/
17master_sites            ${homepage}
18extract.suffix          .tar.gz
19checksums                       md5     465efa201af345c3bb3acdb47b1f7c67 \
20                                        sha1    b6483696293bd56e467541201bd1f3fa67d0dfd7 \
21                                        rmd160  087c355dca401de8a84cdc7f88359a972bc5e250
22
23use_configure           no
24
25patchfiles                      bournal.patch
26
27build {}
28
29
30destroot {
31        xinstall -m 640 ${worksrcpath}/bournal.1.gz ${destroot}${prefix}/share/man/man1/
32        xinstall -m 755 ${worksrcpath}/bournal ${destroot}${prefix}/bin
33        xinstall -m 755 ${worksrcpath}/bournal-convert ${destroot}${prefix}/bin
34}