15 lines
302 B
Makefile
15 lines
302 B
Makefile
|
# New ports collection makefile for: enigmail
|
||
|
# Date created: 15 January 2006
|
||
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PKGNAMEPREFIX= seamonkey-
|
||
|
|
||
|
COMMENT= A GnuPG extension for the Seamonkey mail client
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../enigmail-thunderbird
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|