mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
31 lines
753 B
Makefile
31 lines
753 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtk-vnc
|
|
PORTVERSION= 0.3.10
|
|
PORTREVISION= 10
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= VNC viewer widget for GTK+
|
|
|
|
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
|
|
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
|
|
libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \
|
|
libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
|
|
|
|
CONFLICTS= gtk-vnc-0.4.[0-9]*
|
|
|
|
USE_GNOME= pygtk2
|
|
USES= gettext gmake libtool:keepla pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_PYTHON= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ARGS= --with-gtkglext=yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|