Ticket #11509: Portfile

File Portfile, 931 bytes (added by takanori@…, 17 years ago)
Line 
1# $Id: $
2
3PortSystem      1.0
4name            libptp2
5version         1.1.0
6categories      devel
7maintainers     nomaintainer@macports.org
8description     libptp2 is a library used to communicate with PTP devices like digital cameras.
9long_description \
10                libptp2 is a library used to communicate with PTP devices like still \
11                imaging cameras or MP3 players (KODAK mc3). You can download files \
12                or tweak camera properties using ptpcam program boundled with libptp2.
13platforms       darwin
14homepage        http://libptp.sourceforge.net/
15master_sites    sourceforge:libptp
16checksums       md5 24554b5028d8987775ac197249e06752 \
17                sha1 d020055017227613359a35e7c37b0f164db5349d \
18                rmd160 019647941e8443aebd701dd18fd8afc6128089de
19depends_lib     port:libusb
20
21destroot.target install-strip
22post-destroot {
23        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
24        xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL README TODO \
25                ${destroot}${prefix}/share/doc/${name}
26}