head	1.10;
access;
symbols
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2004.02.02.09.25.11;	author kris;	state dead;
branches;
next	1.9;

1.9
date	2003.11.03.03.56.42;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2003.04.20.19.51.48;	author marcus;	state Exp;
branches;
next	1.7;

1.7
date	2003.02.21.14.08.21;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2002.12.02.01.46.26;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2002.09.02.04.03.35;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2001.02.26.05.23.36;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	2000.10.05.06.42.35;	author reg;	state Exp;
branches;
next	1.2;

1.2
date	2000.06.28.16.36.54;	author alex;	state Exp;
branches;
next	1.1;

1.1
date	2000.06.09.22.25.04;	author will;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Remove the broken vide port
@
text
@# New ports collection makefile for:	vide
# Date created:				May 17 2000
# Whom:					careilly
#
# $FreeBSD: ports/x11-fm/vide/Makefile,v 1.9 2003/11/03 03:56:42 kris Exp $
#

PORTNAME=	vide
PORTVERSION=	0.5
CATEGORIES=	x11-fm
MASTER_SITES=	http://vide.sourceforge.net/

MAINTAINER=	careilly@@thecia.ie
COMMENT=	Simple Gtk+ based filemanager with vi keybindings

RUN_DEPENDS=    vim:${PORTSDIR}/editors/vim5

BROKEN=		"Broken checksum; will be removed after Feb 2"

USE_X_PREFIX=	yes
USE_GMAKE=	yes
USE_GNOME=	gnomeprefix gnomelibs
USE_REINPLACE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-DHAVE_SYS_PARAM_H"

PLIST_SUB=	VERSION=${PORTVERSION}

PATCH_WRKSRC=   ${WRKSRC}/src

post-patch:
	@@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c

.include <bsd.port.mk>
@


1.9
log
@Mark BROKEN (see bento logs).  These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Remove USE_GNOMENG.
@
text
@d18 2
@


1.7
log
@De-pkg-comment.
@
text
@a19 1
USE_GNOMENG=	yes
@


1.6
log
@Fix package building.

Reported by:	bento
@
text
@d14 1
@


1.5
log
@Deploy USE_GNOMENG infrastructure

PR:		42311
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
@
text
@d20 2
a21 1
USE_GNOME=	gnomelibs
d30 1
a30 1
	@@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
@


1.4
log
@Update to version 0.5.

PR:		25294
Submitted by:	Sergei Gnezdov <sergeiga@@yahoo.com>
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/vide/Makefile,v 1.3 2000/10/05 06:42:35 reg Exp $
d19 2
a20 1
USE_GNOMELIBS=	yes
@


1.3
log
@Implement USE_GTK, part 2.
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/vide/Makefile,v 1.2 2000/06/28 16:36:54 alex Exp $
d9 1
a9 1
PORTVERSION=	0.2.6
d15 2
d19 1
a19 1
USE_GTK=	yes
d24 2
@


1.2
log
@- USE_XLIB -> USE_X_PREFIX
- Use GTK_CONFIG instead of hardcoded gtk12-config
- Replace external rxvt/vim with more common xterm/vi
- Fix pkg/PLIST

No response from MAINTAINER.

PR:		19526
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/vide/Makefile,v 1.1 2000/06/09 22:25:04 will Exp $
a14 4
LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12

GTK_CONFIG?=	${X11BASE}/bin/gtk12-config

d17 1
d19 1
a19 3
CONFIGURE_ENV=	CPPFLAGS="-DHAVE_SYS_PARAM_H" \
		GTK_CONFIG="${GTK_CONFIG}"
CONFIGURE_ARGS=	--disable-gtktest
@


1.1
log
@Add vide, a simple filemanager with vi-like keybindings.

PR:		18649
Submitted by:	Colman Reilly <careilly@@thecia.ie>
@
text
@d5 1
a5 1
# $FreeBSD$
d17 4
a20 3
CFLAGS+=	-DHAVE_SYS_PARAM_H
MANCOMPRESSED=	yes
USE_XLIB=	yes
d22 8
a29 1
USE_GMAKE=	yes
@

