1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | name snoopy |
---|
6 | version 2.9.95 |
---|
7 | categories games |
---|
8 | maintainers pandagoat@gmail.com |
---|
9 | description Warcraft III Hosting Utility |
---|
10 | long_description Snoopy helps hosts host by showing pings, locations, and other utilities. \ |
---|
11 | It has a banlist also and utilitites for both clients and hosts. |
---|
12 | homepage http://www.snoopy.tuxfamily.org |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | master_sites http://snoopy.tuxfamily.org/?q=node/2 \ |
---|
16 | http://snoopy.tuxfamily.org/files/snoopy-2.9.95.tar.gz |
---|
17 | |
---|
18 | checksums md5 932afb4743d9215f733b3858d5bf91d0 \ |
---|
19 | sha1 4199712f30ca4e60e81f1212c8d06278954d3416 |
---|
20 | |
---|
21 | depends_lib port:libpcap \ |
---|
22 | port:glib2-devel \ |
---|
23 | port:libgeoip |
---|
24 | |
---|
25 | configure CC=/opt/local/bin/gcc-mp-4.2 \ |
---|
26 | LIBS="-L/opt/local/lib" |
---|