diff options
author | ale <ale@FreeBSD.org> | 2010-01-11 20:53:04 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-01-11 20:53:04 +0800 |
commit | 9b3a7ea62438f105e759801125944642364046fc (patch) | |
tree | f80d5e2c512cb5911089d0b351803cafeaab30da | |
parent | c98727aff8eb9d6506d72939099faf777fc567e5 (diff) | |
download | freebsd-ports-gnome-9b3a7ea62438f105e759801125944642364046fc.tar.gz freebsd-ports-gnome-9b3a7ea62438f105e759801125944642364046fc.tar.zst freebsd-ports-gnome-9b3a7ea62438f105e759801125944642364046fc.zip |
Add thunderbird3 and seamonkey2 enigmail's slave ports.
-rw-r--r-- | mail/Makefile | 2 | ||||
-rw-r--r-- | mail/enigmail-seamonkey2/Makefile | 16 | ||||
-rw-r--r-- | mail/enigmail-thunderbird3/Makefile | 18 |
3 files changed, 36 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index f773fb3944dc..49330c73a35a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -112,7 +112,9 @@ SUBDIR += emil SUBDIR += enigmail SUBDIR += enigmail-seamonkey + SUBDIR += enigmail-seamonkey2 SUBDIR += enigmail-thunderbird + SUBDIR += enigmail-thunderbird3 SUBDIR += enma SUBDIR += eps SUBDIR += epstools diff --git a/mail/enigmail-seamonkey2/Makefile b/mail/enigmail-seamonkey2/Makefile new file mode 100644 index 000000000000..6b4edffd4f9a --- /dev/null +++ b/mail/enigmail-seamonkey2/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: enigmail +# Date created: 30 December 2009 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +COMMENT= A GnuPG extension for the Seamonkey mail client + +MASTERDIR= ${.CURDIR}/../enigmail + +GECKO= seamonkey2 +GECKO_PORTDIR= www/${GECKO} +GECKO_EXTDIR= comm-1.9.1 + +.include "${MASTERDIR}/Makefile" diff --git a/mail/enigmail-thunderbird3/Makefile b/mail/enigmail-thunderbird3/Makefile new file mode 100644 index 000000000000..2277721146ea --- /dev/null +++ b/mail/enigmail-thunderbird3/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: enigmail +# Date created: 30 December 2009 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +COMMENT= A GnuPG extension for the Thunderbird mail client + +EXTRACT_DEPENDS=autoconf-2.13:${PORTSDIR}/devel/autoconf213 + +MASTERDIR= ${.CURDIR}/../enigmail + +GECKO= thunderbird3 +GECKO_PORTDIR= mail/${GECKO} +GECKO_EXTDIR= comm-1.9.1 + +.include "${MASTERDIR}/Makefile" |