16 lines
337 B
Makefile
16 lines
337 B
Makefile
# New ports collection makefile for: enigmail
|
|
# Date created: 30 December 2009
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= A GnuPG extension for the Seamonkey mail client
|
|
|
|
MASTERDIR= ${.CURDIR}/../enigmail
|
|
|
|
GECKO= seamonkey2
|
|
GECKO_PORTDIR= www/${GECKO}
|
|
GECKO_EXTDIR= comm-1.9.1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|