|
Lines 4-39
Link Here
|
| 4 |
# |
4 |
# |
| 5 |
# A quick note on configurable make symbols: |
5 |
# A quick note on configurable make symbols: |
| 6 |
# |
6 |
# |
| 7 |
# INTERACTIVE_CONFIGURE: Launches Configure in its default mode, |
7 |
# INTERACTIVE_CONFIGURE: Launches Configure in its default mode, which is |
| 8 |
# which is *very* interactive. Disabled here by default to conform to |
8 |
# *very* interactive. Disabled here by default to conform to FreeBSD |
| 9 |
# FreeBSD guidelines, this mode is useful if you have problems with the |
9 |
# guidelines, this mode is useful if you have problems with the |
| 10 |
# default Configure. |
10 |
# default Configure. |
| 11 |
# |
11 |
# |
| 12 |
# WITH_GUI: Disable this to build a headless version of Gtk-Gnutella. |
12 |
# GUI: Disable this to build a headless version of Gtk-Gnutella. Therefore, |
| 13 |
# Therefore, monitoring of operations for Gtk-Gnutella will have to be |
13 |
# monitoring of operations for Gtk-Gnutella will have to be |
| 14 |
# done without relying on any GUI, and the configuration is done via |
14 |
# done without relying on any GUI, and the configuration is done via |
| 15 |
# files only. |
15 |
# files only. |
| 16 |
# |
16 |
# |
| 17 |
# WITH_TLS: Enable support for scrambling GNet connections. Currently supported |
17 |
# TLS: Enable support for scrambling GNet connections. Currently supported |
| 18 |
# only by Gtk-Gnutella. |
18 |
# only by Gtk-Gnutella. |
| 19 |
# |
19 |
# |
| 20 |
# WITH_NLS: Enable National Language Support for translation of User Interface. |
20 |
# NLS: Enable National Language Support for translation of User Interface. |
| 21 |
# |
21 |
# |
| 22 |
# WITH_IPV6: Enable to support IPv6 connections. The real configuration takes |
22 |
# IPV6: Enable to support IPv6 connections. The real configuration takes |
| 23 |
# place at run-time so keeping it enabled will not force IPv6 usage. |
23 |
# place at run-time so keeping it enabled will not force IPv6 usage. |
| 24 |
# |
24 |
# |
| 25 |
# WITH_DBUS: Enable D-Bus IPC support. No further information available. |
25 |
# DBUS: Enable D-Bus IPC support. No further information available. |
| 26 |
# |
26 |
# |
| 27 |
# WITH_DEBUG: Compile with debugging symbols. Useful if you intend to make |
27 |
# DEBUG: Compile with debugging symbols. Useful if you intend to make a |
| 28 |
# a bug report. |
28 |
# bug report. |
| 29 |
# |
29 |
# |
| 30 |
# WITH_PORTABILITY: Configure code to use the PATH variable at run-time |
30 |
# PORTABILITY: Configure code to use the PATH variable at run-time at a |
| 31 |
# at a cost in performance. Useful if you intend to move the executable |
31 |
# cost in performance. Useful if you intend to move the executable |
| 32 |
# to multiple machines. |
32 |
# to multiple machines. |
| 33 |
# |
33 |
# |
| 34 |
|
34 |
|
| 35 |
PORTNAME= gtk-gnutella |
35 |
PORTNAME= gtk-gnutella |
| 36 |
PORTVERSION= 1.1.0 |
36 |
PORTVERSION= 1.1.1 |
| 37 |
CATEGORIES= net-p2p ipv6 |
37 |
CATEGORIES= net-p2p ipv6 |
| 38 |
MASTER_SITES= SF |
38 |
MASTER_SITES= SF |
| 39 |
|
39 |
|
|
Lines 91-96
Link Here
|
| 91 |
INSTALLS_ICONS= yes |
91 |
INSTALLS_ICONS= yes |
| 92 |
.endif |
92 |
.endif |
| 93 |
|
93 |
|
|
|
94 |
post-extract: |
| 95 |
@${CHMOD} -R a+rX ${WRKSRC} |
| 96 |
|
| 94 |
post-patch: |
97 |
post-patch: |
| 95 |
@${FIND} ${WRKSRC} -name "Makefile.SH" | ${XARGS} ${REINPLACE_CMD} -e \ |
98 |
@${FIND} ${WRKSRC} -name "Makefile.SH" | ${XARGS} ${REINPLACE_CMD} -e \ |
| 96 |
's|@exit 0|@echo done|' |
99 |
's|@exit 0|@echo done|' |