head	1.8;
access;
symbols
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.3;
locks; strict;
comment	@# @;


1.8
date	2005.03.20.18.17.53;	author lofi;	state dead;
branches;
next	1.7;

1.7
date	2004.12.22.00.13.40;	author lofi;	state Exp;
branches;
next	1.6;

1.6
date	2004.12.13.20.12.12;	author lofi;	state Exp;
branches;
next	1.5;

1.5
date	2004.12.07.23.36.34;	author lesi;	state Exp;
branches;
next	1.4;

1.4
date	2004.11.08.00.34.10;	author lofi;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.30.19.55.38;	author lofi;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.12.10.52.22;	author lofi;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.11.01.27.35;	author lofi;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Update to KDE 3.4
@
text
@# New ports collection makefile for:	konqueror-nsplugins
# Date created:				June 19 2004
# Whom:					Michael Nottebrock <lofi@@FreeBSD.org>
#
# $FreeBSD: ports/www/konqueror-nsplugins/Makefile,v 1.7 2004/12/22 00:13:40 lofi Exp $
#

PORTNAME=	konqueror-nsplugins
PORTVERSION=	${KDE_VERSION}
CATEGORIES=	www kde
MASTER_SITES=	${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR=	stable/${PORTVERSION:S/.0//}/src
PKGNAMEPREFIX=	kdebase-
DISTNAME=	kdebase-${PORTVERSION}
DIST_SUBDIR=	KDE

MAINTAINER=	kde@@FreeBSD.org
COMMENT=	Netscape plugin support for Konqueror

BUILD_DEPENDS=	xmkmf:${X_IMAKE_PORT}

CONFLICTS=	kdebase-3.1.* kdebase-3.2.[0-3]

USE_KDELIBS_VER=3
PREFIX=		${KDE_PREFIX}

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
WRKSRC=		${WRKDIR}/kdebase-${PORTVERSION}

INSTALLS_SHLIB=	yes
LDCONFIG_DIRS+=	%%PREFIX%%/lib %%PREFIX%%/lib/kde3

CONFIGURE_ARGS+=--without-java

pre-configure:
	${ECHO_CMD} "nsplugins" > ${WRKSRC}/inst-apps
	${REINPLACE_CMD} -e \
	's/startkde//g' ${WRKSRC}/Makefile.in

.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.mk>
@


1.7
log
@Add imake as build dependency. It will soon no longer be picked up by
X11 libraries.

Accidentally removed with last KDE update by: me
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Update to KDE 3.3.2
@
text
@d20 2
@


1.5
log
@Add imake as build dependency. It will soon no longer be picked up by
X11 libraries.

Pointed out by:	dosirak via kris, while testing X.Org upgrade
Approved by:	lofi
@
text
@a19 2
BUILD_DEPENDS=	xmkmf:${X_IMAKE_PORT}

@


1.4
log
@Update to KDE 3.3.1
@
text
@d20 2
@


1.3
log
@Update to KDE 3.3
@
text
@@


1.2
log
@Disable malfunctioning configure check for java (which isn't used for any-
thing anyway).
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	stable/${PORTVERSION}/src
a24 1
USE_MOTIF=	yes
@


1.1
log
@Factor out all but one of the build switches of the KDE main module ports
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.

Update KOffice to version 1.3.2.

Add patches to fix a number of issues, including:

- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
  with optimizations greater than -O

Add security related patches and entries to portaudit.txt.
@
text
@d34 2
@

