Lines 32-43
Link Here
|
32 |
USE_GNOME= gtk20 gnomehack |
32 |
USE_GNOME= gtk20 gnomehack |
33 |
INSTALLS_ICONS= yes |
33 |
INSTALLS_ICONS= yes |
34 |
|
34 |
|
35 |
OPTIONS= AVAHI "Zeroconf support (Avahi)" Off \ |
35 |
OPTIONS_DEFINE= AVAHI |
36 |
NLS "NLS support" On |
|
|
37 |
|
36 |
|
38 |
.include <bsd.port.options.mk> |
37 |
.include <bsd.port.options.mk> |
39 |
|
38 |
|
40 |
.if defined(WITH_AVAHI) |
39 |
.if ${PORT_OPTIONS:MAVAHI} |
41 |
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app |
40 |
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app |
42 |
CONFIGURE_ARGS+= --enable-avahi |
41 |
CONFIGURE_ARGS+= --enable-avahi |
43 |
.else |
42 |
.else |