2004-01-28 19:05:39 +01:00
|
|
|
# New ports collection makefile for: enigmail
|
|
|
|
# Date created: 20 January 2004
|
|
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2009-07-21 11:29:13 +02:00
|
|
|
PORTVERSION= 0.96.0
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 1
|
2004-01-28 19:05:39 +01:00
|
|
|
|
2010-01-11 13:50:14 +01:00
|
|
|
COMMENT= A GnuPG extension for the Thunderbird mail client
|
2004-01-28 19:05:39 +01:00
|
|
|
|
2010-01-11 13:50:14 +01:00
|
|
|
MASTERDIR= ${.CURDIR}/../enigmail
|
2004-01-28 19:05:39 +01:00
|
|
|
|
2010-01-11 13:50:14 +01:00
|
|
|
GECKO= thunderbird
|
2006-01-15 20:34:13 +01:00
|
|
|
GECKO_PORTDIR= mail/${GECKO}
|
|
|
|
GECKO_WRKSRC= ${WRKDIR}/../../../${GECKO_PORTDIR}/work/mozilla
|
2004-01-28 19:05:39 +01:00
|
|
|
|
2010-01-11 13:50:14 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|