Ticket #15011: Portfile

File Portfile, 665 bytes (added by dhaines@…, 16 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4
5name                    esniper
6version                 2.18.1
7categories              net
8platforms               darwin
9maintainers             gmail.com:dhaines
10description             esniper is a simple, lightweight tool for sniping ebay auctions.
11long_description        ${description}
12
13homepage                http://esniper.sourceforge.net/
14master_sites            sourceforge
15distname                esniper-[strsed ${version} {g/[.]/-/}]
16extract.suffix          .tgz
17checksums               md5 b5dad4270657727951d89f410e63355f \
18                        sha1 8d194086d1bce5e156f5a076e9f36b3cbdbc91e5 \
19                        rmd160 08e20c6dd0a1c513398337326a6bd940b1514fd2
20
21depends_lib             port:curl port:zlib port:openssl
22
23configure.args          --mandir=${prefix}/share/man \
24                        --with-curl-config=${prefix}/bin/curl-config