diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-25 23:57:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-25 23:57:28 +0000 |
commit | 8c0a52c1617e12612595ee3b12ae75d2835314e5 (patch) | |
tree | abb6ed0fc5213f61304e741c5f03f714bec89c60 /www/bookmarkbridge | |
parent | 08beeff6ce31ca964ea1fe14ef40f6f2ec8f86c7 (diff) | |
download | ports-8c0a52c1617e12612595ee3b12ae75d2835314e5.tar.gz ports-8c0a52c1617e12612595ee3b12ae75d2835314e5.zip |
Notes
Diffstat (limited to 'www/bookmarkbridge')
-rw-r--r-- | www/bookmarkbridge/Makefile | 27 | ||||
-rw-r--r-- | www/bookmarkbridge/distinfo | 1 | ||||
-rw-r--r-- | www/bookmarkbridge/files/patch-configure | 11 | ||||
-rw-r--r-- | www/bookmarkbridge/pkg-descr | 10 | ||||
-rw-r--r-- | www/bookmarkbridge/pkg-plist | 27 |
5 files changed, 76 insertions, 0 deletions
diff --git a/www/bookmarkbridge/Makefile b/www/bookmarkbridge/Makefile new file mode 100644 index 000000000000..f167b1071e45 --- /dev/null +++ b/www/bookmarkbridge/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: bookmarkbridge +# Date Created: January 2004 +# Whom: Marco Molteni <molter@gufi.org> +# +# $FreeBSD$ +# + +PORTNAME= bookmarkbridge +PORTVERSION= 0.70 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= /bookmarkbridge + +MAINTAINER= molter@gufi.org +COMMENT= Synchronize bookmarks between multiple browsers + +LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 + +USE_QT_VER= 3 +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS=-lcipher +CONFIGURE_ARGS= --enable-mt --program-prefix="" + +.include <bsd.port.mk> diff --git a/www/bookmarkbridge/distinfo b/www/bookmarkbridge/distinfo new file mode 100644 index 000000000000..6ff20613a67b --- /dev/null +++ b/www/bookmarkbridge/distinfo @@ -0,0 +1 @@ +MD5 (bookmarkbridge-0.70.tar.gz) = 99ce1b6d418e4251d02a67b62ee15b47 diff --git a/www/bookmarkbridge/files/patch-configure b/www/bookmarkbridge/files/patch-configure new file mode 100644 index 000000000000..49ed12919e93 --- /dev/null +++ b/www/bookmarkbridge/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.marco.orig Sun Jan 25 21:11:32 2004 ++++ configure Sun Jan 25 21:12:38 2004 +@@ -5536,7 +5536,7 @@ + + + +-CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS -I/usr/include/libxml2" ++CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS -I/usr/local/include/libxml2" + # Check whether --enable-shared or --disable-shared was given. + if test "${enable_shared+set}" = set; then + enableval="$enable_shared" diff --git a/www/bookmarkbridge/pkg-descr b/www/bookmarkbridge/pkg-descr new file mode 100644 index 000000000000..4a89305d4952 --- /dev/null +++ b/www/bookmarkbridge/pkg-descr @@ -0,0 +1,10 @@ +BookmarkBridge synchronizes bookmarks between multiple browsers. + +BookmarkBridge is a small, easy to use, multi-platform, GUI or +command-line bookmark manager that allows the user to share/synchronize +bookmarks between all his browsers. + +WWW: http://bookmarkbridge.sourceforge.net/ + +- Marco +molter@gufi.org diff --git a/www/bookmarkbridge/pkg-plist b/www/bookmarkbridge/pkg-plist new file mode 100644 index 000000000000..02c67c93a82f --- /dev/null +++ b/www/bookmarkbridge/pkg-plist @@ -0,0 +1,27 @@ +bin/bookmarkbridge +share/bookmarkbridge/about_bookmarkbridge.html +share/bookmarkbridge/bookmarkbridge_settings.html +share/bookmarkbridge/bookmarkbridgelogosmall.png +share/bookmarkbridge/bookmarkbridges_web_sites.html +share/bookmarkbridge/command_line_operation.html +share/bookmarkbridge/compiling_bookmarkbridge_from_source.html +share/bookmarkbridge/configuration_files.html +share/bookmarkbridge/end_user_license_agreement.html +share/bookmarkbridge/hacking_bookmarkbridge_source.html +share/bookmarkbridge/index.html +share/bookmarkbridge/installing_bookmarkbridge.html +share/bookmarkbridge/main_screen.png +share/bookmarkbridge/merging_your_bookmarks.html +share/bookmarkbridge/obtaining_help.html +share/bookmarkbridge/online_help.html +share/bookmarkbridge/running_bookmarkbridge_for_the_first_time.html +share/bookmarkbridge/settings_screen.png +share/bookmarkbridge/source_code_roadmap.html +share/bookmarkbridge/system_requirements.html +share/bookmarkbridge/the_main_window.html +share/bookmarkbridge/theory_of_operation.html +share/bookmarkbridge/view_bookmarks.png +share/bookmarkbridge/viewing_your_bookmarks.html +share/bookmarkbridge/where_to_find_bookmarkbridge.html +share/bookmarkbridge/why_bookmarkbridge_is_free.html +@dirrm share/bookmarkbridge |