head	1.9;
access;
symbols
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2003.08.08.04.01.56;	author kris;	state dead;
branches;
next	1.8;

1.8
date	2003.07.29.09.12.34;	author sobomax;	state Exp;
branches;
next	1.7;

1.7
date	2003.05.07.00.03.42;	author kris;	state Exp;
branches;
next	1.6;

1.6
date	2003.04.20.19.46.57;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2003.03.07.06.12.55;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2002.09.01.15.31.32;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2001.05.04.21.41.25;	author ade;	state Exp;
branches;
next	1.2;

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

1.1
date	2001.04.13.16.24.57;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.9
log
@As announced on May 6, remove the broken www/viewml port.
@
text
@# Ports collection Makefile for:	viewml
# Date created:				Black Friday (13 April 2001)
# Whom:					Maxim Sobolev <sobomax@@FreeBSD.org>
#
# $FreeBSD: ports/www/viewml/Makefile,v 1.8 2003/07/29 09:12:34 sobomax Exp $
#

PORTNAME=	viewml
PORTVERSION=	0.21
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.viewml.com/pub/viewml/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	An open source web browser targeted at the embedded platforms

BROKEN=		"Does not compile"

BUILD_DEPENDS=	makedepend:${PORTSDIR}/devel/makedepend
LIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk \
		wwwzip.1:${PORTSDIR}/www/libwww

WRKSRC=		${WRKDIR}/${DISTNAME}/src

USE_X_PREFIX=	yes
USE_GMAKE=	yes
USE_GNOME=	imlib
USE_BISON=	yes
CFLAGS+=	-fpermissive -include /usr/include/sys/types.h \
		-DPREFIX=\\\"${PREFIX}\\\"

do-configure:
	@@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKEFILE} ${MAKE_ARGS} depend)

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/viewml ${PREFIX}/bin
	${MKDIR} ${PREFIX}/share/viewml
	${INSTALL_DATA} ${WRKSRC}/khtmlw_dnd.xpm ${PREFIX}/share/viewml

.include <bsd.port.mk>
@


1.8
log
@Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@BROKEN: Does not compile
@
text
@d14 1
a14 1
MAINTAINER=	sobomax@@FreeBSD.org
@


1.6
log
@Remove USE_GNOMENG.
@
text
@d17 2
@


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

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@a24 1
USE_GNOMENG=	yes
@


1.4
log
@Deploy USE_GNOMENG infrastructure

PR:		42289
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
@
text
@d15 1
@


1.3
log
@Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/viewml/Makefile,v 1.2 2001/04/17 07:13:04 sobomax Exp $
d24 2
a25 1
USE_IMLIB=	yes
@


1.2
log
@Add missed imlib dependency.

Submitted by:	bento
@
text
@d5 1
a5 1
# $FreeBSD$
d10 1
d18 1
a18 2
		wwwzip.1:${PORTSDIR}/www/libwww \
		Imlib.5:${PORTSDIR}/graphics/imlib
d24 1
@


1.1
log
@Add viewml 0.21, an open source web browser targeted at the embedded
platforms. It uses KDE's html engine, but doesn't require QT or KDE libs
to compile and run.
@
text
@d17 2
a18 1
		wwwzip.1:${PORTSDIR}/www/libwww
@

