2004-01-25 23:57:28 +00:00
|
|
|
# New ports collection makefile for: bookmarkbridge
|
|
|
|
# Date Created: January 2004
|
|
|
|
# Whom: Marco Molteni <molter@gufi.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bookmarkbridge
|
|
|
|
PORTVERSION= 0.70
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
2004-01-25 23:57:28 +00:00
|
|
|
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
|
2004-03-14 06:17:56 +00:00
|
|
|
USE_LIBTOOL_VER=13
|
2004-01-25 23:57:28 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-mt --program-prefix=""
|
|
|
|
|
2004-02-17 12:36:43 +00:00
|
|
|
.include <bsd.port.mk>
|