|
Lines 3-9
Link Here
|
| 3 |
|
3 |
|
| 4 |
PORTNAME= hexchat |
4 |
PORTNAME= hexchat |
| 5 |
PORTVERSION= 2.9.6.1 |
5 |
PORTVERSION= 2.9.6.1 |
| 6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
| 7 |
CATEGORIES= irc gnome ipv6 |
7 |
CATEGORIES= irc gnome ipv6 |
| 8 |
MASTER_SITES= http://dl.hexchat.org/${PORTNAME}/ |
8 |
MASTER_SITES= http://dl.hexchat.org/${PORTNAME}/ |
| 9 |
|
9 |
|
|
Lines 12-20
Link Here
|
| 12 |
|
12 |
|
| 13 |
LICENSE= GPLv2 |
13 |
LICENSE= GPLv2 |
| 14 |
|
14 |
|
| 15 |
LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy \ |
|
|
| 16 |
libcanberra.so:${PORTSDIR}/audio/libcanberra |
| 17 |
|
| 18 |
USE_XZ= yes |
15 |
USE_XZ= yes |
| 19 |
USES= gmake desktop-file-utils pkgconfig |
16 |
USES= gmake desktop-file-utils pkgconfig |
| 20 |
USE_GNOME= gtk20 libxml2 |
17 |
USE_GNOME= gtk20 libxml2 |
|
Lines 32-43
Link Here
|
| 32 |
|
29 |
|
| 33 |
PORTDOCS= * |
30 |
PORTDOCS= * |
| 34 |
|
31 |
|
| 35 |
OPTIONS_DEFINE= DOCS NLS SOCKS XFT TEXTFE PYTHON PERL DOAT FISHLIM DBUS NOTIFY |
32 |
OPTIONS_DEFINE= DOCS NLS SOCKS XFT TEXTFE PYTHON PERL DOAT FISHLIM DBUS NOTIFY PROXY CANBERRA |
| 36 |
|
33 |
|
| 37 |
OPTIONS_RADIO= SPELL |
34 |
OPTIONS_RADIO= SPELL |
| 38 |
OPTIONS_RADIO_SPELL= LIBSEXY GTKSPELL STATIC |
35 |
OPTIONS_RADIO_SPELL= LIBSEXY GTKSPELL STATIC |
| 39 |
|
36 |
|
| 40 |
OPTIONS_DEFAULT= SOCKS XFT PERL DOAT DBUS NOTIFY LIBSEXY |
37 |
OPTIONS_DEFAULT= SOCKS XFT PERL DOAT DBUS NOTIFY LIBSEXY PROXY CANBERRA |
| 41 |
|
38 |
|
| 42 |
OPTIONS_SUB= yes |
39 |
OPTIONS_SUB= yes |
| 43 |
|
40 |
|
|
Lines 47-52
Link Here
|
| 47 |
STATIC_DESC= Spell checking embedded in the binary |
44 |
STATIC_DESC= Spell checking embedded in the binary |
| 48 |
LIBSEXY_DESC= Spell checking support via Libsexy |
45 |
LIBSEXY_DESC= Spell checking support via Libsexy |
| 49 |
GTKSPELL_DESC= Spell checking support via GTKSpell |
46 |
GTKSPELL_DESC= Spell checking support via GTKSpell |
|
|
47 |
PROXY_DESC= Proxy support via Libproxy |
| 48 |
CANBERRA_DESC= Audio support via Libcanberra |
| 50 |
|
49 |
|
| 51 |
NLS_CONFIGURE_ENABLE= nls |
50 |
NLS_CONFIGURE_ENABLE= nls |
| 52 |
NLS_USES= gettext |
51 |
NLS_USES= gettext |
|
Lines 64-69
Link Here
|
| 64 |
DBUS_CONFIGURE_ENABLE= dbus |
63 |
DBUS_CONFIGURE_ENABLE= dbus |
| 65 |
NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify |
64 |
NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify |
| 66 |
NOTIFY_CONFIGURE_ENABLE= libnotify |
65 |
NOTIFY_CONFIGURE_ENABLE= libnotify |
|
|
66 |
PROXY_LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy |
| 67 |
PROXY_CONFIGURE_ENABLE= libproxy |
| 68 |
CANBERRA_LIB_DEPENDS= libcanberra.so:${PORTSDIR}/audio/libcanberra |
| 69 |
CANBERRA_CONFIGURE_ENABLE= libcanberra |
| 67 |
|
70 |
|
| 68 |
NO_STAGE= yes |
71 |
NO_STAGE= yes |
| 69 |
.include <bsd.port.options.mk> |
72 |
.include <bsd.port.options.mk> |