cabe9a216e
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@
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/08/25 06:34:50 ajacoutot Exp $
|
|
|
|
COMMENT = GnuPG extension for Seamonkey
|
|
|
|
VERSION = 1.0.1
|
|
PKGNAME = enigmail-seamonkey-${VERSION}
|
|
REVISION = 3
|
|
|
|
# must be in sync with SO_VERSION in
|
|
# www/seamonkey
|
|
SHARED_LIBS = enigmime 16.0
|
|
|
|
MOZAPP_PKGPATH = www/seamonkey
|
|
MOZAPP_DIR = seamonkey
|
|
MOZAPP_BRANCH = 1.9.1
|
|
|
|
ENIGMAIL_XPI= ${DISTNAME:S/.1//}-openbsd-${GNU_ARCH}.xpi
|
|
|
|
.include <bsd.port.mk>
|