openbsd-ports/mail/enigmail/thunderbird/Makefile
ajacoutot cabe9a216e Force dependency on gnupg1 since gnupg2 has the same PKGNAME, it can
create some depency mess.
The long term solution is to update+merge gnupg2 into gnupg1 but for now
at least we have a clean dependency chain.

looks ok to jasper@ and pea@
2010-08-25 06:34:50 +00:00

20 lines
419 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/08/25 06:34:50 ajacoutot Exp $
COMMENT = GnuPG extension for Thunderbird
VERSION = 1.1.2
REVISION = 1
# must be in sync with SO_VERSION in
# mail/mozilla-thunderbird
SHARED_LIBS = enigmime 17.0 \
ipc 17.0
MOZAPP_PKGPATH = mail/mozilla-thunderbird
MOZAPP_DIR = mozilla-thunderbird
MOZAPP_BRANCH = 1.9.2
ENIGMAIL_XPI = ${DISTNAME}-openbsd-${GNU_ARCH}.xpi
.include <bsd.port.mk>