| 1 | # $Id: Portfile 33441 2008-01-27 11:46:26Z ryandesign@macports.org $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name esniper |
|---|
| 6 | version 2.18.0 |
|---|
| 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 c3bc19b3802d037f980877d9c64c6a87 \ |
|---|
| 18 | sha1 be7ba5c463e087ee9b795357fe64b32d4f1a275c \ |
|---|
| 19 | rmd160 375712b351ae5e50d729bfeddc9e9435f33e1bab |
|---|
| 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 |
|---|