import of Enigmail 0.94.1
Enigmail is an extension to the mail client of Mozilla/Netscape and Mozilla Thunderbird which allows users to access the authentication and encryption features provided by GnuPG. go ahead espie@
This commit is contained in:
parent
aa1ea28865
commit
d9fddd38bf
58
mail/enigmail/Makefile
Normal file
58
mail/enigmail/Makefile
Normal file
@ -0,0 +1,58 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/03 21:10:16 steven Exp $
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
BROKEN= "Thunderbird hangs when accessing items from the OpenPGP menu"
|
||||
.endif
|
||||
|
||||
COMMENT= "GnuPG extension for Thunderbird"
|
||||
|
||||
VER= 0.94.1
|
||||
DISTNAME= enigmail-${VER}
|
||||
CATEGORIES= mail security
|
||||
|
||||
HOMEPAGE= http://enigmail.mozdev.org/
|
||||
|
||||
# mozilla public license or GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.mozilla-enigmail.org/downloads/src/
|
||||
|
||||
THUNDERBIRD_DIR=mail/mozilla-thunderbird
|
||||
BUILD_DEPENDS= ::${THUNDERBIRD_DIR}:configure
|
||||
RUN_DEPENDS= :mozilla-thunderbird->=1.5:${THUNDERBIRD_DIR} \
|
||||
::security/gnupg
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
NO_REGRESS= Yes
|
||||
SUBST_VARS= VER ENIGMAIL_XPI GNU_ARCH
|
||||
|
||||
MOZBASE= ${WRKDIR}/${THUNDERBIRD_DIR}/mozilla
|
||||
MOZBIN= ${MOZBASE}/dist/bin
|
||||
WRKDIST= ${WRKDIR}/enigmail
|
||||
WRKSRC= ${MOZBASE}/mailnews/extensions/enigmail
|
||||
|
||||
GNU_ARCH= ${MACHINE_ARCH:S/amd64/x86_64/}
|
||||
ENIGMAIL_XPI= ${DISTNAME}-${OPSYS:L}-${GNU_ARCH}.xpi
|
||||
|
||||
post-extract:
|
||||
@mv ${WRKDIST} ${MOZBASE}/mailnews/extensions
|
||||
|
||||
do-build:
|
||||
@cd ${MOZBASE} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} export
|
||||
@cd ${MOZBASE}/modules/libreg && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
|
||||
@cd ${MOZBASE}/xpcom/string && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
|
||||
@cd ${MOZBASE}/xpcom && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
|
||||
@cd ${MOZBASE}/xpcom/obsolete && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
|
||||
@cd ${WRKSRC} && ./makemake -r
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} xpi
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/enigmail
|
||||
${INSTALL_DATA} ${MOZBIN}/${ENIGMAIL_XPI} ${PREFIX}/share/enigmail
|
||||
|
||||
.include <bsd.port.mk>
|
4
mail/enigmail/distinfo
Normal file
4
mail/enigmail/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (enigmail-0.94.1.tar.gz) = b255e7a77ecea435934bfa1872e99f6a
|
||||
RMD160 (enigmail-0.94.1.tar.gz) = 1b8719c7669449f706bd3ff6964565e6ba9f8902
|
||||
SHA1 (enigmail-0.94.1.tar.gz) = d507757c065b607edecd193406ad60fcb7a67ace
|
||||
SIZE (enigmail-0.94.1.tar.gz) = 513084
|
3
mail/enigmail/pkg/DESCR
Normal file
3
mail/enigmail/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Enigmail is an extension to the mail client of Mozilla/Netscape and
|
||||
Mozilla Thunderbird which allows users to access the authentication and
|
||||
encryption features provided by GnuPG.
|
3
mail/enigmail/pkg/MESSAGE
Normal file
3
mail/enigmail/pkg/MESSAGE
Normal file
@ -0,0 +1,3 @@
|
||||
To activate the Enigmail extension, users should install the file
|
||||
${PREFIX}/share/enigmail/${ENIGMAIL_XPI}
|
||||
into their own profile via the menu: Tools -> Extensions -> Install
|
3
mail/enigmail/pkg/PLIST
Normal file
3
mail/enigmail/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/03 21:10:16 steven Exp $
|
||||
share/enigmail/
|
||||
share/enigmail/enigmail-${VER}-openbsd-${GNU_ARCH}.xpi
|
Loading…
x
Reference in New Issue
Block a user