head	1.28;
access;
symbols
	RELEASE_8_3_0:1.24
	RELEASE_9_0_0:1.23
	RELEASE_7_4_0:1.22
	RELEASE_8_2_0:1.22
	RELEASE_6_EOL:1.21
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.16
	RELEASE_6_4_0:1.16
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.5;
locks; strict;
comment	@# @;


1.28
date	2012.11.17.06.02.29;	author svnexp;	state Exp;
branches;
next	1.27;

1.27
date	2012.07.27.17.06.03;	author bapt;	state Exp;
branches;
next	1.26;

1.26
date	2012.06.06.06.44.29;	author miwi;	state Exp;
branches;
next	1.25;

1.25
date	2012.06.01.05.24.48;	author dinoex;	state Exp;
branches;
next	1.24;

1.24
date	2012.01.09.04.01.13;	author eadler;	state Exp;
branches;
next	1.23;

1.23
date	2011.08.11.19.20.01;	author kwm;	state Exp;
branches;
next	1.22;

1.22
date	2010.12.04.07.33.54;	author ade;	state Exp;
branches;
next	1.21;

1.21
date	2010.10.16.11.52.42;	author ade;	state Exp;
branches;
next	1.20;

1.20
date	2010.10.05.19.57.52;	author ade;	state Exp;
branches;
next	1.19;

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

1.18
date	2010.03.28.06.44.39;	author dinoex;	state Exp;
branches;
next	1.17;

1.17
date	2009.08.15.15.40.30;	author makc;	state Exp;
branches;
next	1.16;

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

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

1.14
date	2008.03.26.15.23.01;	author miwi;	state Exp;
branches;
next	1.13;

1.13
date	2008.03.23.22.39.27;	author beech;	state Exp;
branches;
next	1.12;

1.12
date	2008.03.21.22.06.14;	author beech;	state Exp;
branches;
next	1.11;

1.11
date	2007.12.17.10.46.28;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2007.05.19.20.24.29;	author flz;	state Exp;
branches;
next	1.9;

1.9
date	2006.02.23.10.39.35;	author ade;	state Exp;
branches;
next	1.8;

1.8
date	2005.11.15.06.51.29;	author ade;	state Exp;
branches;
next	1.7;

1.7
date	2004.07.09.17.42.55;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2004.07.02.08.54.10;	author linimon;	state Exp;
branches;
next	1.5;

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

1.4
date	2004.02.17.12.36.43;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.17.12.19.49;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.04.05.09.24;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.25.23.57.28;	author pav;	state Exp;
branches;
next	;


desc
@@


1.28
log
@Switch exporter over
@
text
@# New ports collection makefile for:	bookmarkbridge
# Date Created:				January 2004
# Whom:					Marco Molteni <molter@@gufi.org>
#
# $FreeBSD: head/www/bookmarkbridge/Makefile 301624 2012-07-27 17:06:03Z bapt $
#

PORTNAME=	bookmarkbridge
PORTVERSION=	0.76
PORTREVISION=	4
CATEGORIES=	www
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Synchronize bookmarks between multiple browsers

LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/libxml2

USE_PERL5_BUILD=	yes
USE_XORG=	x11 ice xext
USE_QT4=	corelib gui moc_build rcc_build uic_build qt3support
USE_GNOME=	libxml2
USE_GMAKE=	yes
USE_PKGCONFIG=	build
USE_AUTOTOOLS=	aclocal automake autoconf
ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal

.include <bsd.port.mk>
@


1.27
log
@SVN rev 301624 on 2012-07-27 17:06:03Z by bapt

Add some explicit USE_PKGCONFIG=build
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.26
log
@- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:	bapt, David Naylor (kde team)
@
text
@d24 1
@


1.25
log
@- update png to 1.5.10
@
text
@d21 1
a21 2
USE_QT_VER=	4
QT_COMPONENTS=	corelib gui moc_build rcc_build uic_build qt3support
@


1.24
log
@- Remove outdated version checks

Reviewed by:	nox
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.23
log
@Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@d28 1
a28 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 700042
QTCFGLIBS+=	${PTHREAD_LIBS}
.endif

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


1.22
log
@Sync to new bsd.autotools.mk
@
text
@d23 1
a23 1
USE_GNOME=	gnometarget libxml2
@


1.21
log
@Punt autoconf267->autoconf268
@
text
@d25 1
a25 1
USE_AUTOTOOLS=	aclocal:111 automake:111 autoconf:268
@


1.20
log
@Round one migration of ports from automake{19,110} to automake111
@
text
@d25 1
a25 1
USE_AUTOTOOLS=	aclocal:111 automake:111 autoconf:267
@


1.19
log
@Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
@
text
@d25 1
a25 1
USE_AUTOTOOLS=	aclocal:19 automake:19 autoconf:267
@


1.18
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	2
d25 1
a25 1
USE_AUTOTOOLS=	aclocal:19 automake:19 autoconf:262
@


1.17
log
@Fix build on 6.x after recent Qt4 update
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.16
log
@Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:	exp build run (erwin)
@
text
@d28 7
a34 1
.include <bsd.port.mk>
@


1.15
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d25 1
a25 1
USE_AUTOTOOLS=	aclocal:19 automake:19 autoconf:261
@


1.14
log
@- Update to 0.76

PR:		121090
Submitted by:	Ports Fury
@
text
@d10 1
@


1.13
log
@- Add USE_XORG=	x11 ice xext

Reported by:	pointyhat via pav
@
text
@d9 1
a9 2
PORTVERSION=	0.72
PORTREVISION=	2
d18 1
a18 1
USE_PERL5_BUILD=yes
d20 3
a22 1
USE_QT_VER=	3
d24 2
a25 3
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-mt --program-prefix="" \
		--with-libxml2-include="${LOCALBASE}/include/libxml2"
@


1.12
log
@- Remove USE_X_PREFIX
- Use SF macro
- USE_XPM --> USE_XORG=xpm
- Bump portrevision
@
text
@d20 1
@


1.11
log
@- Drop maintainership [1]
- Add needed perl dependency

Submitted by:	Marco Molteni <marco.molteni@@laposte.net> (maintainer) [1]
@
text
@d10 1
a10 1
PORTREVISION=	1
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	bookmarkbridge
a20 1
USE_X_PREFIX=	yes
@


1.10
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d15 1
a15 1
MAINTAINER=	molter@@gufi.org
d20 1
@


1.9
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@d10 1
@


1.8
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
@a21 1
USE_AUTOTOOLS=	libtool:13:inc
@


1.7
log
@Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
@
text
@d22 1
a22 1
USE_INC_LIBTOOL_VER=13
@


1.6
log
@Update to 0.72.

PR:		ports/68583
Approved by:	maintainer
@
text
@d22 1
a22 1
USE_LIBTOOL_VER=13
@


1.5
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
@d9 1
a9 2
PORTVERSION=	0.70
PORTREVISION=	1
d12 1
a12 1
MASTER_SITE_SUBDIR=	/bookmarkbridge
d24 2
a25 1
CONFIGURE_ARGS=	--enable-mt --program-prefix=""
@


1.4
log
@- Remove unneeded -lcipher
- Unbreak
@
text
@d23 1
a23 1
USE_LIBTOOL=	yes
@


1.3
log
@BROKEN on 5.x: configure fails
@
text
@a24 1
CONFIGURE_ENV=	LDFLAGS=-lcipher
d27 1
a27 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502102
BROKEN=		"Configure fails"
.endif

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


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

(Part 1)
@
text
@d28 7
a34 1
.include <bsd.port.mk>
@


1.1
log
@Add bookmarkbridge, bookmarks synchronizer between different browsers.

PR:		ports/61908
Submitted by:	Marco Molteni <molter@@tin.it>
@
text
@d10 1
@

