mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
26 lines
587 B
Makefile
26 lines
587 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$
|
|
#
|
|
|
|
CATEGORIES= chinese
|
|
|
|
MASTERDIR= ${.CURDIR}/../../mail/mutt-devel
|
|
|
|
MAINTAINER= ycheng@sinica.edu.tw
|
|
|
|
PATCH_SITES= http://www.cirx.org/~clive/dist/mutt13/ \
|
|
ftp://freebsd.sinica.edu.tw/pub/clive/mutt13/
|
|
PATCHFILES= ${PKGNAMEPREFIX}mutt-${PORTVERSION}.diff.gz
|
|
PATCH_DIST_ARGS= -d ${WRKDIR} --quiet
|
|
|
|
WITH_MUTT_LOCALES_FIX= yes
|
|
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
.include "${MASTERDIR}/Makefile"
|