mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
22 lines
410 B
Makefile
22 lines
410 B
Makefile
# New ports collection makefile for: enigmail
|
|
# Date created: 19 April 2012
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= 1.4
|
|
PKGNAMEPREFIX= ${GECKO}-esr-
|
|
|
|
COMMENT= A GnuPG extension for the Thunderbird mail client
|
|
|
|
MASTERDIR= ${.CURDIR}/../enigmail
|
|
|
|
GECKO= thunderbird
|
|
GECKO_PORTDIR= mail/${GECKO}-esr
|
|
GECKO_EXTDIR= comm-esr10
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|