1 | # $Id: Portfile 30239 2007-10-23 01:55:09Z jmpp@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name esniper |
---|
6 | version 2.17.1 |
---|
7 | categories net |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
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-2-17-1 |
---|
16 | extract.suffix .tgz |
---|
17 | checksums md5 12c32c8bc0b959302a74a46991c38f1d \ |
---|
18 | sha1 bbbae653edb99f31403798cc67c18a2999028e13 \ |
---|
19 | rmd160 312cfcf1d92accd9f0bd9a199f22da52e175d227 |
---|
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 |
---|
25 | |
---|
26 | platform darwin 8 { configure.compiler gcc-4.0 } |
---|