blob: 43467e7a09cd8f80e5e13575b4cd7bc896111a91 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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"
|