Ticket #3282: Portfile

File Portfile, 686 bytes (added by izmir@…, 19 years ago)

webdec portfile

Line 
1# $Id: Portfile,v 1.4 2005/05/26 01:39:19 noone Exp $
2
3PortSystem 1.0
4name            webdec
5version         0.46.2
6categories      archivers
7maintainers     noone@opendarwin.org
8description     Extract webshots pictures
9homepage        http://www.jamesbarford.net/webdec.php
10platforms       darwin
11
12long_description WebDec is a command line tool that extracts the JPEG images \
13                 files from webshots .wbz,wbp and wbc files.
14
15master_sites    http://www.jamesbarford.net/downloads/
16
17checksums       md5 14341604153c4605ecf81162b09c67fa
18
19use_configure   no
20
21destroot        { }
22
23post-destroot   { xinstall -m 755 -W ${worksrcpath} webdec \
24                  ${destroot}${prefix}/bin/webdec }
25variant debug {
26        build.pre_args  CFLAGS="-Wall -ansi -pedantic -DDEBUG"
27}