mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
50 lines
1.2 KiB
Makefile
50 lines
1.2 KiB
Makefile
# New ports collection makefile for: vinagre
|
|
# Date created: 16 December 2007
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports-stable/net/vinagre/Makefile,v 1.1 2009/04/15 09:36:08 kwm Exp $
|
|
#
|
|
|
|
PORTNAME= vinagre
|
|
PORTVERSION= 2.26.2
|
|
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 libglade2 gconf2 gnomedocutils \
|
|
gnomepanel
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_OMF= yes
|
|
INSTALLS_ICONS= yes
|
|
CONFIGURE_ARGS= --enable-avahi
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
GCONF_SCHEMAS= vinagre.schemas
|
|
|
|
MAN1= vinagre.1
|
|
|
|
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.mk>
|