Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/net/gift/Portfile

Revision 30204, 0.9 KB (checked in by jmpp@…, 15 months ago)

Openmaintainer address abstraction in net category.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# $Id$
2
3PortSystem 1.0
4
5name            gift
6version         0.11.8.1
7categories      net
8platforms       darwin
9maintainers     jmpp openmaintainer
10
11description     Colletion of various software components geared towards \
12                        peer-to-peer file sharing networks
13long_description        giFT is a collection of various software components geared \
14                        towards improving the overall usability of a multitude of \
15                        peer-to-peer file-sharing networks. This goal is accomplished \
16                        by unifying the components such that a user of the software may \
17                        choose  any of the available interfaces to access any of the \
18                        available networks.
19
20homepage        http://gift.sourceforge.net/
21master_sites    sourceforge
22checksums       md5 b0810b7ba1532b882fb4dc1091302f1e
23
24depends_lib     port:libogg \
25                        port:libvorbis \
26                        port:file
27
28configure.args  --mandir=${prefix}/share/man \
29                        --enable-libmagic
30configure.cflags-append "-I${prefix}/include"
Note: See TracBrowser for help on using the browser.