blob: 354a6e1548ef265da0d0f460da2125c19e0b993b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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}/files/patch-init.h \
${.CURDIR}/files/patch-parse.c \
${.CURDIR}/files/patch-pgp.c \
${.CURDIR}/files/patch-sendlib.c
.include "${MASTERDIR}/Makefile"
CONFIGURE_ARGS+= --enable-locales-fix
|