summaryrefslogtreecommitdiffstats
path: root/net/vinagre/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-07 08:55:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-07 08:55:48 +0800
commit373a0e56a86d83c0529102f8b03daabedfa24f0a (patch)
treea3f96f5fd0168cf237bb7239582d5ae96aa9c229 /net/vinagre/Makefile
parentc8ed39cb64407aca8e3d81c2744f346835de6e6b (diff)
downloadmarcuscom-ports-373a0e56a86d83c0529102f8b03daabedfa24f0a.tar
marcuscom-ports-373a0e56a86d83c0529102f8b03daabedfa24f0a.tar.gz
marcuscom-ports-373a0e56a86d83c0529102f8b03daabedfa24f0a.tar.bz2
marcuscom-ports-373a0e56a86d83c0529102f8b03daabedfa24f0a.tar.lz
marcuscom-ports-373a0e56a86d83c0529102f8b03daabedfa24f0a.tar.xz
marcuscom-ports-373a0e56a86d83c0529102f8b03daabedfa24f0a.tar.zst
marcuscom-ports-373a0e56a86d83c0529102f8b03daabedfa24f0a.zip
Update to 2.29.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13377 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/vinagre/Makefile')
-rw-r--r--net/vinagre/Makefile62
1 files changed, 62 insertions, 0 deletions
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile
new file mode 100644
index 000000000..690a79091
--- /dev/null
+++ b/net/vinagre/Makefile
@@ -0,0 +1,62 @@
+# New ports collection makefile for: vinagre
+# Date created: 16 December 2007
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/net/vinagre/Makefile,v 1.32 2009/10/19 13:20:56 avl Exp $
+#
+
+PORTNAME= vinagre
+PORTVERSION= 2.29.1
+CATEGORIES= net gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= VNC client for the GNOME Desktop
+
+LIB_DEPENDS= gtk-vnc-1.0.0:${PORTSDIR}/net/gtk-vnc \
+ avahi-core.6:${PORTSDIR}/net/avahi-app \
+ avahi-ui.0:${PORTSDIR}/net/avahi-gtk \
+ gnome-keyring:${PORTSDIR}/security/gnome-keyring
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomeprefix intlhack gnomehack vte gconf2 gnomedocutils \
+ gnomepanel
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+CONFIGURE_ARGS= --enable-avahi --enable-applet -enable-ssh
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= vinagre.schemas
+
+MAN1= vinagre.1
+
+OPTIONS= TELEPATHY "Enable telepathy integration" on
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_TELEPATHY)
+CONFIGURE_ARGS+=--enable-telepathy
+LIB_DEPENDS+= telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib
+PLIST_SUB+= TELEPATHY=""
+.else
+CONFIGURE_ARGS+=--disable-telepathy
+PLIST_SUB+= TELEPATHY="@comment "
+.endif
+
+post-install:
+ @-update-desktop-database > /dev/null
+ @-update-mime-database ${PREFIX}/share/mime > /dev/null
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for f in AUTHORS COPYING ChangeLog MAINTAINERS NEWS README
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.post.mk>