head	1.11;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3;
locks; strict;
comment	@# @;


1.11
date	2012.12.31.06.21.32;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.12.31.01.05.49;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.12.14.21.29.11;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.11.17.06.03.26;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.10.06.23.01.46;	author eadler;	state Exp;
branches;
next	1.6;

1.6
date	2012.10.06.22.53.15;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.01.05.25.31;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2012.05.09.20.13.43;	author rene;	state Exp;
branches;
next	1.3;

1.3
date	2011.10.23.11.56.49;	author rene;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.07.06.14.30;	author oliver;	state Exp;
branches;
next	1.1;

1.1
date	2011.03.03.10.19.28;	author oliver;	state Exp;
branches;
next	;


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309681
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309681 | olivierd | 2012-12-30 16:50:29 +0000 (Sun, 30 Dec 2012) | 4 lines
## SVN ##
## SVN ## Bump PORTREVISION for Thunar related ports
## SVN ##
## SVN ## Approved by:	rene, miwi (mentors, implicit)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Olivier Duchateau <duchateau.olivier@@gmail.com>
# $FreeBSD: head/x11-fm/thunar-vfs/Makefile 309681 2012-12-30 16:50:29Z olivierd $

PORTNAME=	thunar-vfs
PORTVERSION=	1.2.0
PORTREVISION=	5
CATEGORIES=	x11-fm xfce
MASTER_SITES=	${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=	src/archive/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR=	xfce4

MAINTAINER=	xfce@@FreeBSD.org
COMMENT=	The virtual filesystem for Thunar

LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
		jpeg:${PORTSDIR}/graphics/jpeg \
		freetype:${PORTSDIR}/print/freetype2 \
		gamin-1:${PORTSDIR}/devel/gamin

USE_BZIP2=	yes
USE_AUTOTOOLS=	libtool
USE_PERL5=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GNOME=	gnomehack glib20 gtk20 intltool intlhack
USE_XFCE=	configenv libutil libexo
USE_XORG=	x11
USE_PKGCONFIG=	build

CONFIGURE_ARGS=	--disable-debug

OPTIONS_DEFINE=	NLS HAL DBUS STARTUP GCONF APIDOCS
OPTIONS_DEFAULT=	NLS HAL DBUS STARTUP APIDOCS

APIDOCS_DESC=	Install api documentation
STARTUP_DESC=	Enable startup notification support

.include <bsd.port.pre.mk>

.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT=	yes
CONFIGURE_ARGS+=	--enable-nls
PLIST_SUB+=	NLS=""
.else
CONFIGURE_ARGS+=	--disable-nls
PLIST_SUB+=	NLS="@@comment "
.endif

.if ${PORT_OPTIONS:MHAL}
LIB_DEPENDS+=	hal:${PORTSDIR}/sysutils/hal
CONFIGURE_ARGS+=--with-volume-manager=hal
.else
CONFIGURE_ARGS+=--with-volume-manager=freebsd
.endif

.if ${PORT_OPTIONS:MDBUS}
LIB_DEPENDS+=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib
CONFIGURE_ARGS+=--enable-dbus
.else
CONFIGURE_ARGS+=--disable-dbus
.endif

.if ${PORT_OPTIONS:MSTARTUP}
LIB_DEPENDS+=	startup-notification-1:${PORTSDIR}/x11/startup-notification
CONFIGURE_ARGS+=--enable-startup-notification
.else
CONFIGURE_ARGS+=--disable-startup-notification
.endif

# GNOME thumbnailers
.if ${PORT_OPTIONS:MGCONF}
USE_GNOME+=	gconf2
CONFIGURE_ARGS+=--enable-gnome-thumbnailers
.else
CONFIGURE_ARGS+=--disable-gnome-thumbnailers
.endif

.if ${PORT_OPTIONS:MAPIDOCS}
CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/html
PLIST_SUB+=	APIDOCS=""
.else
CONFIGURE_ARGS+=--without-html-dir
PLIST_SUB+=	APIDOCS="@@comment "
.endif

post-patch:
		@@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure

.include <bsd.port.post.mk>
@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309676
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309676 | olivierd | 2012-12-30 16:19:08 +0000 (Sun, 30 Dec 2012) | 4 lines
## SVN ##
## SVN ## Bump PORTREVISION for libexo-related ports
## SVN ##
## SVN ## Approved by:	rene, miwi (mentors, implicit)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/x11-fm/thunar-vfs/Makefile 309676 2012-12-30 16:19:08Z olivierd $
d6 1
a6 1
PORTREVISION=	4
@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308922
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308922 | olivierd | 2012-12-14 18:59:07 +0000 (Fri, 14 Dec 2012) | 8 lines
## SVN ##
## SVN ## Bump PORTREVISION for Thunar related ports
## SVN ##
## SVN ## While here,
## SVN ## - Trim header
## SVN ## - Use USE_PKGCONFIG
## SVN ## - Remove ABI version numbers from LIB_DEPENDS
## SVN ## - Update maintainer address for archivers/thunar-archive-plugin
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/x11-fm/thunar-vfs/Makefile 308922 2012-12-14 18:59:07Z olivierd $
d6 1
a6 1
PORTREVISION=	3
@


1.8
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/x11-fm/thunar-vfs/Makefile 305423 2012-10-06 23:01:46Z eadler $
d6 1
a6 1
PORTREVISION=	2
d16 3
a18 3
		jpeg.11:${PORTSDIR}/graphics/jpeg \
		freetype.9:${PORTSDIR}/print/freetype2 \
		gamin-1.1:${PORTSDIR}/devel/gamin
d25 1
a25 1
USE_GNOME=	gnomehack glib20 gtk20 intltool intlhack pkgconfig
d28 1
d50 1
a50 1
LIB_DEPENDS+=	hal.1:${PORTSDIR}/sysutils/hal
d57 1
a57 1
LIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
d64 1
a64 1
LIB_DEPENDS+=	startup-notification-1.0:${PORTSDIR}/x11/startup-notification
@


1.7
log
@SVN rev 305423 on 2012-10-06 23:01:46Z by eadler

Correct logic from OptionsNG conversion.

Pointhat to:	me
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.6
log
@SVN rev 305419 on 2012-10-06 22:53:15Z by eadler

Convert to OptionsNG
@
text
@d78 3
a82 3
.else
CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/html
PLIST_SUB+=	APIDOCS=""
@


1.5
log
@- update png to 1.5.10
@
text
@d1 1
a1 4
# New ports collection makefile for: thunar-vfs
# Date created:		2010-11-13
# Whom:		Olivier Duchateau <duchateau.olivier@@gmail.com>
#
a2 1
#
d31 5
a35 6
OPTIONS=	NLS "Enable Native Language Support" on \
		HAL "Enable HAL support" on \
		DBUS "Enable D-BUS support" on \
		STARTUP "Enable startup notification support" on \
		GCONF "Enable GCONF support" off \
		APIDOCS "Install api documentation" off
d39 1
a39 1
.if !defined(WITHOUT_NLS)
d48 1
a48 1
.if !defined(WITHOUT_HAL)
d55 1
a55 1
.if !defined(WITHOUT_DBUS)
d62 1
a62 1
.if !defined(WITHOUT_STARTUP)
d70 1
a70 1
.if defined(WITH_GCONF)
d77 1
a77 1
.if defined(WITHOUT_APIDOCS)
@


1.4
log
@Update mastersite, upstream moved into archive/

PR:		ports/167706
Submitted by:	Olivier Duchateau
@
text
@d10 1
a10 1
PORTREVISION=	1
d19 1
a19 1
LIB_DEPENDS=	png.6:${PORTSDIR}/graphics/png \
@


1.3
log
@Re-assign to the Xfce team.

Approved by:	oliver (previous maintainer)
@
text
@d13 1
@


1.2
log
@update libexo to 0.6.1
bump PORTREVISION on depending ports

PR:		ports/156913
Submitted by:	Olivier Duchateau <duchateau.olivier@@gmail.com>
@
text
@d15 1
a15 1
MAINTAINER=	oliver@@FreeBSD.org
@


1.1
log
@Thunar-VFS is the Virtual filesystem shipped with the thunar 1.0
and earlier releases.

WWW: http://thunar.xfce.org/
@
text
@d10 1
@

