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