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=    ge...@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)
 
 *****************************************************************************
_______________________________________________
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to