head	1.21;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.18
	RELEASE_7_1_0:1.18
	RELEASE_6_4_0:1.18
	RELEASE_5_EOL:1.18
	RELEASE_7_0_0:1.18
	RELEASE_6_3_0:1.18
	PRE_XORG_7:1.18
	RELEASE_4_EOL:1.18
	RELEASE_6_2_0:1.18
	RELEASE_6_1_0:1.17
	RELEASE_5_5_0:1.17
	RELEASE_6_0_0:1.15
	RELEASE_5_4_0:1.15
	RELEASE_4_11_0:1.15
	RELEASE_5_3_0:1.14
	RELEASE_4_10_0:1.13
	RELEASE_5_2_1:1.11
	RELEASE_5_2_0:1.11
	RELEASE_4_9_0:1.11
	RELEASE_5_1_0:1.11
	RELEASE_4_8_0:1.10
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.7
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.4;
locks; strict;
comment	@# @;


1.21
date	2012.11.17.06.02.30;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.02.27.20.32.31;	author glarkin;	state Exp;
branches;
next	1.19;

1.19
date	2010.12.04.07.33.54;	author ade;	state Exp;
branches;
next	1.18;

1.18
date	2006.05.13.04.41.08;	author edwin;	state Exp;
branches;
next	1.17;

1.17
date	2006.03.07.08.27.45;	author ade;	state Exp;
branches;
next	1.16;

1.16
date	2005.11.15.06.51.29;	author ade;	state Exp;
branches;
next	1.15;

1.15
date	2004.10.22.06.42.49;	author edwin;	state Exp;
branches;
next	1.14;

1.14
date	2004.06.04.17.29.35;	author ade;	state Exp;
branches;
next	1.13;

1.13
date	2004.03.14.06.17.31;	author ade;	state Exp;
branches;
next	1.12;

1.12
date	2004.02.04.05.09.25;	author marcus;	state Exp;
branches;
next	1.11;

1.11
date	2003.04.20.19.46.55;	author marcus;	state Exp;
branches;
next	1.10;

1.10
date	2003.03.05.11.33.23;	author roam;	state Exp;
branches;
next	1.9;

1.9
date	2003.02.19.16.07.30;	author roam;	state Exp;
branches;
next	1.8;

1.8
date	2003.01.20.16.55.22;	author roam;	state Exp;
branches;
next	1.7;

1.7
date	2002.09.01.15.31.30;	author lioux;	state Exp;
branches;
next	1.6;

1.6
date	2001.05.31.22.34.05;	author dd;	state Exp;
branches;
next	1.5;

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

1.4
date	2001.01.17.08.01.31;	author roam;	state Exp;
branches;
next	1.3;

1.3
date	2001.01.16.19.22.23;	author will;	state Exp;
branches;
next	1.2;

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

1.1
date	2000.11.26.14.16.19;	author roam;	state Exp;
branches;
next	;


desc
@@


1.21
log
@Switch exporter over
@
text
@# New ports collection makefile for:	comclear
# Date created:		26 November 2000
# Whom:			roam@@FreeBSD.org
#
# $FreeBSD: head/www/comclear/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	comclear
PORTVERSION=	1.2
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	http://www.neuro-tech.net/files/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A history cleaner for Netscape Navigator and Communicator

WANT_GNOME=	yes
USE_GMAKE=	yes
USE_AUTOTOOLS=	automake14 autoconf213

.include <bsd.port.pre.mk>

.if ${HAVE_GNOME:Mgtk12}!=""
USE_GNOME+=	gtk12
PKGNAMESUFFIX=	-gtk
.endif

# Do not install docs by default, see the ifdef'd post-install below.
post-configure:
		${REINPLACE_CMD} 's/^install-data-am:.*/install-data-am:/' ${WRKSRC}/Makefile

.if		!defined(NOPORTDOCS)
post-install:
		cd ${WRKSRC} && ${GMAKE} install-docDATA
.endif

.include <bsd.port.post.mk>
@


1.20
log
@- Reassign to the heap

Requested by:	roam (on ports-developers@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@Sync to new bsd.autotools.mk
@
text
@d14 1
a14 1
MAINTAINER=	roam@@FreeBSD.org
@


1.18
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d19 1
a19 1
USE_AUTOTOOLS=	automake:14 autoconf:213
@


1.17
log
@Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)
@
text
@a16 1
USE_REINPLACE=	yes
@


1.16
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.15
log
@Remove "'s around COMMENT
@
text
@d20 1
a20 2
USE_AUTOMAKE_VER=	14
USE_AUTOCONF_VER=	213
@


1.14
log
@Sync with new bsd.autotools.mk
@
text
@d15 1
a15 1
COMMENT=	"A history cleaner for Netscape Navigator and Communicator"
@


1.13
log
@Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
@
text
@d21 1
@


1.12
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d20 1
a20 1
USE_AUTOMAKE=	yes
@


1.11
log
@Remove USE_GNOMENG.
@
text
@d10 1
@


1.10
log
@Update to 1.2.
@
text
@a16 1
USE_GNOMENG=	yes
@


1.9
log
@Remove pkg-comment files in my ports.
@
text
@d9 1
a9 2
PORTVERSION=	1.1
PORTREVISION=	1
@


1.8
log
@USE_REINPLACE.

The mail/vpopmail and mail/vpopmail-stable ports retain their Perl
dependency, since the pkg-install script is written in Perl.  I think
this might need to be changed when I get the time to look into it.

Submitted by:	Ulrich Spoerlein <q@@uni.de>
@
text
@d15 1
@


1.7
log
@Deploy USE_GNOMENG infrastructure

PR:		42289
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
@
text
@d16 1
d31 1
a31 1
		${PERL} -pi.fbsd -e 's/^install-data-am:.*/install-data-am:/' ${WRKSRC}/Makefile
@


1.6
log
@There is no 'gtk' category, so don't list it in ${CATEGORIES} here.

Silence by:	roam (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/comclear/Makefile,v 1.5 2001/05/04 21:41:23 ade Exp $
d16 2
a17 1
WANT_GTK=	yes
d23 3
a25 2
.if defined(HAVE_GTK)
USE_GTK=	yes
@


1.5
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/comclear/Makefile,v 1.4 2001/01/17 08:01:31 roam Exp $
d11 1
a11 1
CATEGORIES=	www gtk
@


1.4
log
@sync with bsd.port.mk's PORTDOCS handling
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/comclear/Makefile,v 1.3 2001/01/16 19:22:23 will Exp $
d10 2
a11 1
CATEGORIES=	www
d16 1
a16 5
.if		defined(WITH_GTK)
BUILD_DEPENDS=	${X11BASE}/bin/gtk12-config:${PORTSDIR}/x11-toolkits/gtk12/
CONFIGURE_ENV=	GTK_CONFIG=${X11BASE}/bin/gtk12-config
.endif

d20 6
d35 1
a35 1
.include <bsd.port.mk>
@


1.3
log
@Refix my fix (;-) -- really update for bsd.port.mk rev 1.361.

Submitted by:	freshports
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/comclear/Makefile,v 1.2 2001/01/16 19:08:36 will Exp $
d27 1
d29 1
a29 2
.if !defined(NOPORTDOCS)
	cd ${WRKSRC} && ${GMAKE} install-docDATA
@


1.2
log
@Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in
bsd.port.mk, for easy removal of documentation.  I left alone one port -
japanese/elisa8x8 (or something like that), because it appeared to have
some rather weird way of doing PORTDOCS substitution.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/comclear/Makefile,v 1.1 2000/11/26 14:16:19 roam Exp $
d28 2
a29 1
		cd ${WRKSRC} && ${GMAKE} install-docDATA
@


1.1
log
@A history cleaner for Netscape Navigator and Communicator.

PR:		22836
Reviewed by:	kris
@
text
@d5 1
a5 1
# $FreeBSD$
a25 5

.if		defined(NOPORTDOCS)
PLIST_SUB+=	PORTDOCS:="@@comment "
.else
PLIST_SUB+=	PORTDOCS:=
@

