head	1.13;
access;
symbols
	RELEASE_5_0_DP1:1.12
	RELEASE_4_5_0:1.12
	RELEASE_4_4_0:1.12
	RELEASE_4_3_0:1.12
	RELEASE_4_2_0:1.11
	RELEASE_4_1_1:1.11
	RELEASE_4_1_0:1.11
	RELEASE_3_5_0:1.11
	RELEASE_4_0_0:1.6
	kmap_0_7_1:1.4
	kmap_0_4:1.3
	RELEASE_3_4_0:1.3
	kmap_0_4_import:1.1.1.1
	OBRIEN:1.1.1;
locks; strict;
comment	@# @;


1.13
date	2002.04.19.02.29.55;	author will;	state dead;
branches;
next	1.12;

1.12
date	2001.04.03.08.14.27;	author will;	state Exp;
branches;
next	1.11;

1.11
date	2000.06.02.03.18.39;	author will;	state Exp;
branches;
next	1.10;

1.10
date	2000.04.21.08.18.29;	author mharo;	state Exp;
branches;
next	1.9;

1.9
date	2000.04.09.18.29.48;	author cpiazza;	state Exp;
branches;
next	1.8;

1.8
date	2000.03.22.00.27.01;	author obrien;	state Exp;
branches;
next	1.7;

1.7
date	2000.03.20.02.36.37;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	2000.02.24.07.01.09;	author asami;	state Exp;
branches;
next	1.5;

1.5
date	2000.02.13.03.23.35;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	2000.01.13.20.13.49;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	99.09.18.04.45.46;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	99.09.11.03.44.21;	author asami;	state dead;
branches;
next	1.1;

1.1
date	99.09.11.03.38.47;	author obrien;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.09.11.03.38.47;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.13
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
@# ex:ts=8
# Ports collection makefile for:  kmap
# Date created:			  Fri Sep 10, 1999
# Whom:				  David O'Brien (obrien@@cs.ucdavis.edu)
#
# $FreeBSD: ports/security/kmap/Makefile,v 1.12 2001/04/03 08:14:27 will Exp $
#

PORTNAME=	kmap
PORTVERSION=	0.7.1
CATEGORIES=	security
MASTER_SITES=	http://www.islc.net/~icszepp/downloads/

MAINTAINER=	obrien@@FreeBSD.org

RUN_DEPENDS=	nmap:${PORTSDIR}/security/nmap

USE_KDELIBS_VER=1
USE_XLIB=	yes
GNU_CONFIGURE=	yes

.include <bsd.port.mk>
@


1.12
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
@d6 1
a6 1
# $FreeBSD$
@


1.11
log
@Remove redundant/inappropriate CATEGORIES.  People need to start reading
the Porter's Handbook.  :-)
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/kmap/Makefile,v 1.10 2000/04/21 08:18:29 mharo Exp $
a15 1
LIB_DEPENDS=	kdecore.3:${PORTSDIR}/x11/kdelibs11
d18 1
a20 1
USE_QT=		yes
@


1.10
log
@Correct whitespace introduced during PORTNAME conversion and portlint
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/kmap/Makefile,v 1.9 2000/04/09 18:29:48 cpiazza Exp $
d11 1
a11 1
CATEGORIES=	security net
@


1.9
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/kmap/Makefile,v 1.8 2000/03/22 00:27:01 obrien Exp $
d10 1
a10 1
PORTVERSION= 	0.7.1
@


1.8
log
@Restore useless version required comments.
@
text
@a2 1
# Version required: 0.0
d6 1
a6 1
# $FreeBSD: ports/security/kmap/Makefile,v 1.7 2000/03/20 02:36:37 obrien Exp $
d9 2
a10 1
DISTNAME=	kmap-0.7.1
@


1.7
log
@Remove the "version required" line.
@
text
@d3 1
d7 1
a7 1
# $FreeBSD: ports/security/kmap/Makefile,v 1.6 2000/02/24 07:01:09 asami Exp $
@


1.6
log
@Bump shlib versions of kdelibs11 and kdesupport11.
@
text
@a2 1
# Version required:		  0.4
d6 1
a6 1
# $FreeBSD: ports/security/kmap/Makefile,v 1.5 2000/02/13 03:23:35 obrien Exp $
@


1.5
log
@Style nits in the ports I maintain.
@
text
@d7 1
a7 1
# $FreeBSD: ports/security/kmap/Makefile,v 1.4 2000/01/13 20:13:49 obrien Exp $
d16 1
a16 1
LIB_DEPENDS=	kdecore.2:${PORTSDIR}/x11/kdelibs11
@


1.4
log
@Update to version 0.7.1.
@
text
@d3 1
a3 1
# Version required:     	  0.4
d7 1
a7 1
# $FreeBSD: ports/security/kmap/Makefile,v 1.3 1999/09/18 04:45:46 obrien Exp $
d14 1
a14 1
MAINTAINER=     obrien@@FreeBSD.org
@


1.3
log
@Reimport Kmap (the round about way -- easy-import won't deal with it in
the repository's current state).
@
text
@d7 1
a7 1
# $FreeBSD: ports/security/kmap/Makefile,v 1.1 1999/09/11 03:38:47 obrien Exp $
d10 1
a10 1
DISTNAME=	kmap-0.4
d12 1
a12 1
MASTER_SITES=	http://www.islc.net/~icszepp/kmap/
@


1.2
log
@Remove kmap, we're under ports freeze.
@
text
@@


1.1
log
@Initial revision
@
text
@d7 1
a7 1
# $FreeBSD$
@


1.1.1.1
log
@KDE-compliant GUI front end for the nmap port scanning tool.
@
text
@@
