diff options
author | adamw <adamw@FreeBSD.org> | 2008-07-04 16:14:21 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2008-07-04 16:14:21 +0800 |
commit | f83a850ba0623cd3f80a4dc78129b5a91fedd0e2 (patch) | |
tree | 03f6bde9bccc039ab5bac90335a6fd7ad822b7d7 /Mk | |
parent | 1e86b0bd3f48bb34ddb9386d16824780df98d27d (diff) | |
download | freebsd-ports-gnome-f83a850ba0623cd3f80a4dc78129b5a91fedd0e2.tar.gz freebsd-ports-gnome-f83a850ba0623cd3f80a4dc78129b5a91fedd0e2.tar.zst freebsd-ports-gnome-f83a850ba0623cd3f80a4dc78129b5a91fedd0e2.zip |
Add a quick-reference comment block at the beginning directing end-users
how to use the WITH_GECKO mechanism.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index f9590eb51316..c012fb1c2c16 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -9,6 +9,17 @@ # # 4 column tabs prevent hair loss and tooth decay! +# ======================= USERS ================================= +# To specify which gecko-based backend you prefer, use something like: +# +# WITH_GECKO= firefox3 +# +# The valid backends are: +# firefox firefox3 flock nvu seamonkey thunderbird xulrunner +# +# See below for more details. +# ======================= /USERS ================================ + # bsd.gecko.mk abstracts the selection of gecko-based backends. It allows users # and porters to support any available gecko backend without needing to build # many conditional tests. ${USE_GECKO} is the list of backends that your port |