head	1.8;
access;
symbols
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	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.2;
locks; strict;
comment	@# @;


1.8
date	2003.11.20.23.02.14;	author linimon;	state dead;
branches;
next	1.7;

1.7
date	2003.03.07.06.12.47;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2002.09.01.16.07.57;	author dwcjr;	state Exp;
branches;
next	1.5;

1.5
date	2002.08.23.05.53.53;	author alane;	state Exp;
branches;
next	1.4;

1.4
date	2001.11.23.19.07.34;	author petef;	state Exp;
branches;
next	1.3;

1.3
date	2001.11.23.17.48.28;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2001.07.07.04.05.37;	author will;	state Exp;
branches;
next	1.1;

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


desc
@@


1.8
log
@Remove www/netraider.  Per bento logs, this port (a reduced version of
Konqueror) only compiles on 4.X on i386.  The mastersite disappeared 2
years ago.  The last distfile is 3 years old and its status on Sourceforge
is listed as "alpha".
PR: ports/58313 and no objection for one month.
@
text
@# New ports collection makefile for:	netraider
# Date created:				5 Jul 2001
# Whom:					will
#
# $FreeBSD: ports/www/netraider/Makefile,v 1.7 2003/03/07 06:12:47 ade Exp $
#

PORTNAME=	netraider
PORTVERSION=	0.0.2
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
		http://www.mandragon.org/raider/
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	${PORTNAME}-source-${PORTVERSION}

MAINTAINER=	kde@@freebsd.org
COMMENT=	Fast, small, free and nice web browser for Unix

USE_QT_VER=	2
USE_REINPLACE=	yes
USE_OPENSSL=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
CFLAGS+=	-DBSD
SUBST=		${WRKSRC}/konq-embed/src/Makefile.in

pre-configure:
	${FIND} ${WRKSRC} -name Makefile.am | ${XARGS} ${REINPLACE_CMD} -e \
		"s@@-lqt@@-lqt @@g; s@@ -lqt @@ -lqt2@@g"
	${CP} ${WRKSRC}/konq-embed/src/konqueror ${WRKSRC}/konq-embed/src/konq-embedded
	${REINPLACE_CMD} \
		-e 's,^bindir = \$$(prefix),bindir= ${PREFIX}/bin,g' \
		-e 's,bin_SCRIPTS = konqueror,bin_SCRIPTS= konq-embedded,g' \
		-e 's,-lqt,-lqt ,g' \
		-e 's, -lqt , -lqt2,g' \
		${WRKSRC}/konq-embed/src/Makefile.in

.include <bsd.port.mk>
@


1.7
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@${PERL} -> ${REINPLACE_CMD}

PR:		40784
Submitted by:	corecode@@corecode.ath.cx
Reviewed by:	flynn@@energyhq.homeip.net
@
text
@d17 1
@


1.5
log
@Grab all the qt2/kde2 ports with no maintainer and put them under kde@@
maintainership.
@
text
@d19 1
d27 1
a27 1
	find ${WRKSRC} -name Makefile.am | xargs ${PERL} -pi -e \
d30 2
a31 2
	${CP} ${SUBST} ${SUBST}.bak && ${SED} \
		-e 's,^bindir = $$(prefix),bindir= ${PREFIX}/bin,g' \
d35 1
a35 1
		${SUBST}.bak > ${SUBST}
@


1.4
log
@Add missing '\'.

Submitted by:	"Dan Langille" <dan@@langille.org>
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.3
log
@add sourceforge to master site

PR:		32220
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@


1.2
log
@Make a small change for the sed script.  I'm still not sure why the
original script worked for me...

Submitted by:	steve
@
text
@d11 3
a13 1
MASTER_SITES=	http://www.mandragon.org/raider/
@


1.1
log
@Add netraider 0.0.2, a fast, small, free and nice web browser for Unix.
This one's based on QT, basically a rip of Konqueror from KDE2, converted
to act standalone.  Unfortunately, it also has a number of annoying bugs.
Well, here's to getting the authors to fix them...

Requested by:	ishiboo@@rm-f.net
@
text
@d27 5
a31 4
	${CP} ${SUBST} ${SUBST}.bak && ${SED} -e \
		's,^bindir = $$(prefix),bindir= ${PREFIX}/bin,g; \
		s,bin_SCRIPTS = konqueror,bin_SCRIPTS= konq-embedded,g;
		s,-lqt,-lqt ,g; s, -lqt , -lqt2@@g' \
@

