Ticket #16609: snoopy.tcl

File snoopy.tcl, 1.0 KB (added by pandagoat@…, 16 years ago)

portfile

Line 
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
4PortSystem          1.0
5name                snoopy
6version             2.9.95
7categories          games
8maintainers         pandagoat@gmail.com
9description         Warcraft III Hosting Utility
10long_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.
12homepage            http://www.snoopy.tuxfamily.org
13platforms           darwin
14
15master_sites        http://snoopy.tuxfamily.org/?q=node/2 \
16                    http://snoopy.tuxfamily.org/files/snoopy-2.9.95.tar.gz
17
18checksums           md5 932afb4743d9215f733b3858d5bf91d0 \
19                    sha1 4199712f30ca4e60e81f1212c8d06278954d3416
20
21depends_lib         port:libpcap \
22                    port:glib2-devel \
23                    port:libgeoip
24
25configure           CC=/opt/local/bin/gcc-mp-4.2 \
26                    LIBS="-L/opt/local/lib"