|
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 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name gift |
|---|
| 6 | version 0.11.8.1 |
|---|
| 7 | categories net |
|---|
| 8 | platforms darwin |
|---|
| 9 | maintainers jmpp openmaintainer |
|---|
| 10 | |
|---|
| 11 | description Colletion of various software components geared towards \ |
|---|
| 12 | peer-to-peer file sharing networks |
|---|
| 13 | long_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 | |
|---|
| 20 | homepage http://gift.sourceforge.net/ |
|---|
| 21 | master_sites sourceforge |
|---|
| 22 | checksums md5 b0810b7ba1532b882fb4dc1091302f1e |
|---|
| 23 | |
|---|
| 24 | depends_lib port:libogg \ |
|---|
| 25 | port:libvorbis \ |
|---|
| 26 | port:file |
|---|
| 27 | |
|---|
| 28 | configure.args --mandir=${prefix}/share/man \ |
|---|
| 29 | --enable-libmagic |
|---|
| 30 | configure.cflags-append "-I${prefix}/include" |
|---|