1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name capture |
---|
6 | version 1.0.4-cvs-20071123 |
---|
7 | categories multimedia |
---|
8 | maintainers ugh.net.au:andrew |
---|
9 | platforms darwin |
---|
10 | description Canon Capture |
---|
11 | long_description Capture is a tool for periodic image capturing with digital \ |
---|
12 | Canon cameras |
---|
13 | homepage http://capture.sourceforge.net/ |
---|
14 | master_sites sourceforge |
---|
15 | checksums md5 78899a989e7c2cc585a382e3aa17f491 \ |
---|
16 | sha1 bfeb2e5ec585ed27049574e7edd999fed205f0ff \ |
---|
17 | rmd160 ea38719b1f224b9079d6991eeda1211b82afaff9 |
---|
18 | depends_lib port:gtk2 \ |
---|
19 | port:readline \ |
---|
20 | port:libptp2 |
---|
21 | use_configure no |
---|
22 | patchfiles patch-Makefile.diff \ |
---|
23 | patch-client.c.diff \ |
---|
24 | patch-server.c.diff \ |
---|
25 | patch-viewfinder.c.diff |
---|
26 | post-patch { |
---|
27 | reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Makefile |
---|
28 | } |
---|
29 | destroot.destdir PREFIX=${destroot}${prefix} |
---|