2004-07-17 00:42:01 +02:00
|
|
|
# New ports collection makefile for: vino
|
|
|
|
# Date created: 16 July 2004
|
|
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2010-11-20 16:37:08 +01:00
|
|
|
# $MCom: ports/net/vino/Makefile,v 1.81 2010/09/27 13:51:24 kwm Exp $
|
2004-07-17 00:42:01 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vino
|
2010-11-20 16:37:08 +01:00
|
|
|
PORTVERSION= 2.32.0
|
2004-07-17 00:42:01 +02:00
|
|
|
CATEGORIES= net gnome
|
2008-05-26 21:38:29 +02:00
|
|
|
MASTER_SITES= GNOME
|
|
|
|
DIST_SUBDIR= gnome2
|
2004-07-17 00:42:01 +02:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2004-11-07 23:24:32 +01:00
|
|
|
COMMENT= VNC server that allows for remote access to your GNOME desktop
|
2004-07-17 00:42:01 +02:00
|
|
|
|
2009-04-10 07:56:28 +02:00
|
|
|
LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
|
2010-11-20 16:37:08 +01:00
|
|
|
telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \
|
|
|
|
unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
|
2004-07-17 00:42:01 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-04-30 02:47:21 +02:00
|
|
|
USE_GETTEXT= yes
|
2004-07-17 00:42:01 +02:00
|
|
|
USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel
|
2008-05-30 00:04:10 +02:00
|
|
|
USE_XORG= xtst
|
2004-07-17 00:42:01 +02:00
|
|
|
USE_GMAKE= yes
|
2004-07-21 20:04:55 +02:00
|
|
|
GNOME_DESKTOP_VERSION=2
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-11-05 05:53:48 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2007-10-25 01:37:25 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-07-17 00:42:01 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2004-11-23 20:33:08 +01:00
|
|
|
GCONF_SCHEMAS= vino-server.schemas
|
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
.if !defined(WITHOUT_NOTIFY)
|
|
|
|
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
|
|
|
|
CONFIGURE_ARGS+=--enable-libnotify=yes
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--enable-libnotify=no
|
|
|
|
.endif
|
|
|
|
|
2007-03-26 06:26:49 +02:00
|
|
|
.include <bsd.port.mk>
|