Ticket #9330: Portfile

File Portfile, 863 bytes (added by kayos@…, 18 years ago)

Portfile for sclj-1.0

Line 
1# $Id: Portfile,v 1.1 2006/04/29 11:29:19 mww Exp $
2
3PortSystem        1.0
4name              sclj
5version           3.2
6categories        net
7maintainers
8description       A livejournal client
9long_description  JLJ is a command-line interface for posting to \
10                  livejournal. Posts are edited in your default editor.
11homepage          http://sclj.sourceforge.net/
12master_sites      sourceforge:sclj
13checksums         sha1 338c156478a63e5db656f58495d9fe2e4fbcbeec
14depends_run       port:perl5.8
15use_bzip2         yes
16
17patchfiles        patch-src-Makefile \
18                  patch-Make.vars \
19                  patch-man-man1-Makefile
20
21configure {
22        cd ${worksrcpath}/src
23        reinplace "s|\/usr\/bin\/perl|${prefix}\/bin\/perl|" \
24                sclj scljconv scljed
25}
26
27build {}
28
29destroot {
30        system "cd ${worksrcpath} && make PREFIX=${destroot}${prefix} install"
31}
32