Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2010 10:27:11 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r331 - branches/experimental/deskutils/lightning
Message-ID:  <201006251027.o5PARBV7028148@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Fri Jun 25 10:27:11 2010
New Revision: 331

Log:
- Update pkg-message for SeaMonkey 2.0
- Add OPTIONS to install mail/thunderbird3 and/or www/seamonkey2 as a
  dependency
- Pet portlint

Modified:
   branches/experimental/deskutils/lightning/Makefile
   branches/experimental/deskutils/lightning/pkg-message

Modified: branches/experimental/deskutils/lightning/Makefile
==============================================================================
--- branches/experimental/deskutils/lightning/Makefile	Fri Jun 25 06:45:58 2010	(r330)
+++ branches/experimental/deskutils/lightning/Makefile	Fri Jun 25 10:27:11 2010	(r331)
@@ -15,6 +15,9 @@
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	An integrated calendar for Thunderbird and SeaMonkey
 
+OPTIONS+=	THUNDERBIRD "Install Thunderbird 3.0" on \
+		SEAMONKEY "Install SeaMonkey 2.0" off
+
 USE_AUTOTOOLS=	autoconf:213 libtool:22
 ALL_TARGET=	default
 CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}
@@ -23,7 +26,7 @@
 USE_GMAKE=	yes
 USE_BZIP2=	yes
 USE_GECKO=	gecko
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_SAFE=	yes
 WANT_GNOME=	yes
 WANT_PERL=	yes
 USE_MOZILLA=	-png -dbm -jpeg -xft
@@ -37,12 +40,19 @@
 MOZ_MK_OPTIONS=	MOZ_CO_PROJECT=calendar
 NOGECKO_PLIST=		yes
 NOGECKO_INSTALL=	yes
-OPTIONS=
 
 .include <bsd.init.mk>
 .include <bsd.libnames.mk>
 .include <bsd.port.pre.mk>
 
+.if defined(WITH_THUNDERBIRD)
+RUN_DEPENDS+=	${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird3
+.endif
+
+.if defined(WITH_SEAMONKEY)
+RUN_DEPENDS+=	${LOCALBASE}/lib/seamonkey/seamonkey-bin:${PORTSDIR}/www/seamonkey2
+.endif
+
 XPI_FILE=	${DISTNAME}-${GECKO}-freebsd${OSVERSION:C/([0-9]).+/\1/}-${ARCH}.xpi
 PLIST_FILES=	%%DATADIR%%/${XPI_FILE}
 PLIST_DIRS=	%%DATADIR%%

Modified: branches/experimental/deskutils/lightning/pkg-message
==============================================================================
--- branches/experimental/deskutils/lightning/pkg-message	Fri Jun 25 06:45:58 2010	(r330)
+++ branches/experimental/deskutils/lightning/pkg-message	Fri Jun 25 10:27:11 2010	(r331)
@@ -4,6 +4,6 @@
 
 Tools -> Add-ons -> Install (for Thunderbird)
 - or -
-File -> Open file (for Seamonkey)
+Tools -> Add-on Manager -> Install (for Seamonkey)
 
 *****************************************************************************



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006251027.o5PARBV7028148>