Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= gtk-vnc |
4 |
PORTNAME= gtk-vnc |
5 |
PORTVERSION= 0.7.1 |
5 |
PORTVERSION= 0.7.2 |
6 |
CATEGORIES= net gnome |
6 |
CATEGORIES= net gnome |
7 |
MASTER_SITES= GNOME |
7 |
MASTER_SITES= GNOME |
8 |
|
8 |
|
Lines 18-37
Link Here
|
18 |
libgpg-error.so:security/libgpg-error \ |
18 |
libgpg-error.so:security/libgpg-error \ |
19 |
libsasl2.so:security/cyrus-sasl2 |
19 |
libsasl2.so:security/cyrus-sasl2 |
20 |
|
20 |
|
21 |
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build |
|
|
22 |
USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz |
21 |
USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz |
|
|
22 |
USE_GNOME= cairo gdkpixbuf2 intltool introspection:build |
23 |
USE_XORG= x11 |
23 |
USE_XORG= x11 |
24 |
USE_LDCONFIG= yes |
24 |
USE_LDCONFIG= yes |
25 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
26 |
CONFIGURE_ARGS= --enable-introspection \ |
26 |
CONFIGURE_ARGS= --enable-introspection \ |
27 |
--disable-plugin --without-python |
27 |
--without-python |
28 |
INSTALL_TARGET= install-strip |
28 |
INSTALL_TARGET= install-strip |
29 |
|
29 |
|
30 |
OPTIONS_DEFINE= PULSEAUDIO |
30 |
OPTIONS_DEFINE= PULSEAUDIO |
31 |
OPTIONS_DEFAULT=PULSEAUDIO |
31 |
OPTIONS_DEFAULT=PULSEAUDIO GTK3 |
|
|
32 |
OPTIONS_SINGLE= TOOLKIT |
33 |
TOOLKIT_DESC= Graphical user interface toolkit |
34 |
OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 |
32 |
OPTIONS_SUB= yes |
35 |
OPTIONS_SUB= yes |
33 |
|
36 |
|
34 |
PULSEAUDIO_DESC= use PulseAudio for audio playback |
37 |
GTK2_USE= GNOME=gtk20 |
|
|
38 |
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
39 |
libfreetype.so:print/freetype2 |
40 |
GTK2_CONFIGURE_ON= --with-gtk=2.0 |
41 |
GTK3_USE= GNOME=gtk30 |
42 |
GTK3_CONFIGURE_ON= --with-gtk=3.0 |
43 |
|
35 |
PULSEAUDIO_CONFIGURE_WITH= pulseaudio |
44 |
PULSEAUDIO_CONFIGURE_WITH= pulseaudio |
36 |
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio |
45 |
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio |
37 |
|
46 |
|