head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.03.26;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2009.08.22.00.39.17;	author amdmi3;	state Exp;
branches;
next	1.10;

1.10
date	2009.06.09.15.33.26;	author amdmi3;	state Exp;
branches;
next	1.9;

1.9
date	2007.05.19.20.29.01;	author flz;	state Exp;
branches;
next	1.8;

1.8
date	2003.07.12.12.32.12;	author sanpei;	state Exp;
branches;
next	1.7;

1.7
date	2003.07.08.14.00.44;	author sanpei;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.22.13.24.09;	author sanpei;	state Exp;
branches;
next	1.5;

1.5
date	2001.02.05.21.00.54;	author olgeni;	state Exp;
branches;
next	1.4;

1.4
date	2000.08.03.14.28.33;	author sanpei;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.10.00.39.35;	author cpiazza;	state Exp;
branches;
next	1.2;

1.2
date	2000.01.28.00.49.15;	author jedgar;	state Exp;
branches;
next	1.1;

1.1
date	2000.01.18.15.15.15;	author imura;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	xcruise
# Date created:		22 December 1999
# Whom:			minoura@@netbsd.org
#
# $NetBSD: Makefile,v 1.3 1999/12/22 15:37:13 sakamoto Exp $
# $FreeBSD: head/x11-fm/xcruise/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	xcruiser
PORTVERSION=	0.30
PORTREVISION=	2
CATEGORIES=	x11-fm
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	sanpei@@FreeBSD.org
COMMENT=	Navigate through a three-dimensional view of a file system

USE_IMAKE=	yes
USE_XORG=	ice sm x11 xaw xext xmu xpm xt
MAN1=		xcruiser.1

post-install:
	@@${MKDIR} ${PREFIX}/share/doc/xcruise
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise

.include <bsd.port.mk>
@


1.11
log
@- Switch SourceForge ports to the new File Release System: categories starting with X
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.10
log
@Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
@
text
@d13 1
a13 1
MASTER_SITES=	SF
@


1.9
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d11 1
a11 1
PORTREVISION=	1
d13 1
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
d19 1
@


1.8
log
@Add missing entry to the plist and Makefile.

Submitted by:	bento
@
text
@d11 1
@


1.7
log
@Update port to 0.30
@
text
@d19 1
@


1.6
log
@de-pkg-comment.
@
text
@d9 2
a10 2
PORTNAME=	xcruise
PORTVERSION=	0.24
d12 2
a13 1
MASTER_SITES=	http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/
@


1.5
log
@Spaces -> tabs in ports/x11-fm.
@
text
@d6 1
a6 1
# $FreeBSD: ports/x11-fm/xcruise/Makefile,v 1.4 2000/08/03 14:28:33 sanpei Exp $
d15 1
@


1.4
log
@change my e-mail address
	--> sanpei@@FreeBSD.org
@
text
@d6 1
a6 1
# $FreeBSD: ports/x11-fm/xcruise/Makefile,v 1.3 2000/04/10 00:39:35 cpiazza Exp $
d10 1
a10 1
PORTVERSION= 	0.24
@


1.3
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d6 1
a6 1
# $FreeBSD: ports/x11-fm/xcruise/Makefile,v 1.2 2000/01/28 00:49:15 jedgar Exp $
d14 1
a14 1
MAINTAINER=	sanpei@@sanpei.org
@


1.2
log
@Update port to 0.24

PR:		16392
Submitted by:	Maintainer
@
text
@a1 1
# Version required:	0.24
d6 1
a6 1
# $FreeBSD: ports/x11-fm/xcruise/Makefile,v 1.1 2000/01/18 15:15:15 imura Exp $
d9 2
a10 1
DISTNAME=	xcruise-0.24
@


1.1
log
@Move xcruise port from x11 to x11-fm category.

Pointed out by:	PW
@
text
@d2 1
a2 1
# Version required:	0.22
d7 1
a7 1
# $FreeBSD$
d10 1
a10 1
DISTNAME=	xcruise-0.22
@

