blob: 66d0740efef706b786e86f59fc6384446f4738a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: enigmail
# Date created: 15 January 2006
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTVERSION= 0.96.0
PORTREVISION= 1
COMMENT= A GnuPG extension for the Seamonkey mail client
MASTERDIR= ${.CURDIR}/../enigmail
GECKO= seamonkey
GECKO_PORTDIR= www/${GECKO}
GECKO_WRKSRC= ${WRKDIR}/../../../${GECKO_PORTDIR}/work/mozilla
.include "${MASTERDIR}/Makefile"
|