4304bf39a4
Feature safe: yes
19 lines
420 B
Makefile
19 lines
420 B
Makefile
# New ports collection makefile for: enigmail
|
|
# Date created: 15 January 2006
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= A GnuPG extension for the Seamonkey mail client
|
|
|
|
EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip \
|
|
yasm:${PORTSDIR}/devel/yasm
|
|
|
|
MASTERDIR= ${.CURDIR}/../enigmail
|
|
|
|
GECKO= seamonkey
|
|
GECKO_PORTDIR= www/${GECKO}
|
|
GECKO_EXTDIR= comm-release
|
|
|
|
.include "${MASTERDIR}/Makefile"
|