head	1.5;
access;
symbols
	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.1;
locks; strict;
comment	@# @;


1.5
date	2002.04.19.02.29.39;	author will;	state dead;
branches;
next	1.4;

1.4
date	2001.04.03.08.14.08;	author will;	state Exp;
branches;
next	1.3;

1.3
date	2000.10.03.05.12.26;	author lioux;	state Exp;
branches;
next	1.2;

1.2
date	2000.08.21.10.07.18;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2000.07.10.03.29.15;	author steve;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Say goodbye to Qt 1.x and all of its dependents.  The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION.  All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.

Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.

This commit made in impending view of Qt3/KDE3 entering ports tree.
@
text
@# New ports collection makefile for:    caitoo
# Date created:         11 June 2000
# Whom:			Mario S F Ferreira <lioux@@linf.unb.br> et al.
#
# $FreeBSD: ports/ftp/caitoo/Makefile,v 1.4 2001/04/03 08:14:08 will Exp $
#

PORTNAME=	caitoo
PORTVERSION=	0.6.6
CATEGORIES=	ftp kde
MASTER_SITES=	http://devel-home.kde.org/~caitoo/src/ \
		${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR=	unstable/apps/network

MAINTAINER=	lioux@@FreeBSD.org

USE_KDELIBS_VER=1
USE_XLIB=	yes
USE_GMAKE=	yes
USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes

.include <bsd.port.mk>
@


1.4
log
@Overhaul QT/KDE support:
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
  introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1.  Two patches included in x11/kdelibs2 to fix the
  proxy authentication that was broken for 2.1.1.  Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me.  Should
  still work w/ compat shims for older USE_QT[,2] style.  Some others
  were also left alone for the same reason.

Reviewed by:	portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by:	David Faure <faure@@kde.org> (proxy auth patches)
		Alex Zepeda <garbanzo@@kde.org> (old patches removal)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@Maintainer is now a committer, update email accordingly

Approved by: will
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/caitoo/Makefile,v 1.2 2000/08/21 10:07:18 sobomax Exp $
d17 1
a17 6
LIB_DEPENDS=	kdecore.3:${PORTSDIR}/x11/kdelibs11 \
		kdeui.3:${PORTSDIR}/x11/kdelibs11 \
		kfile.3:${PORTSDIR}/x11/kdelibs11 \
		kfm.3:${PORTSDIR}/x11/kdelibs11 \
		mediatool.3:${PORTSDIR}/x11/kdelibs11

a18 1
USE_QT=		yes
@


1.2
log
@USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/caitoo/Makefile,v 1.1 2000/07/10 03:29:15 steve Exp $
d15 1
a15 1
MAINTAINER=	lioux@@linf.unb.br
@


1.1
log
@Adding caitoo version 0.6.6.
A KDE/Qt based GetRight(tm)/Go!zilla(tm) downloader alike formerly known as
KGet.

PR:		19208
Submitted by:	Mario S F Ferreira <lioux@@linf.unb.br>
@
text
@d5 1
a5 1
# $FreeBSD$
a24 1
GNU_CONFIGURE=	yes
@

