5effb6b76e
Submitted by: Clive Lin <clive@cirx.org>
21 lines
470 B
Makefile
21 lines
470 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: mutt w/pgp hooks
|
|
# Date created: Thur July 25, 1996
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../mail/mutt
|
|
|
|
MAINTAINER= ycheng@sinica.edu.tw
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/patches/patch-init.h \
|
|
${.CURDIR}/patches/patch-parse.c \
|
|
${.CURDIR}/patches/patch-pgp.c \
|
|
${.CURDIR}/patches/patch-sendlib.c
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
CONFIGURE_ARGS+= --enable-locales-fix
|