Ticket #12939: Portfile

File Portfile, 740 bytes (added by dhaines@…, 17 years ago)

esniper 2.17.1 Portfile

Line 
1# $Id: Portfile 30239 2007-10-23 01:55:09Z jmpp@macports.org $
2
3PortSystem 1.0
4
5name                    esniper
6version                 2.17.1
7categories              net
8platforms               darwin
9maintainers             nomaintainer
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-2-17-1
16extract.suffix  .tgz
17checksums               md5 12c32c8bc0b959302a74a46991c38f1d \
18                        sha1 bbbae653edb99f31403798cc67c18a2999028e13 \
19                        rmd160 312cfcf1d92accd9f0bd9a199f22da52e175d227
20
21depends_lib             port:curl port:zlib port:openssl
22
23configure.args  --mandir=${prefix}/share/man \
24                                --with-curl-config=${prefix}/bin/curl-config
25
26platform darwin 8 { configure.compiler  gcc-4.0 }