blob: a1c0b6808644d6e94a3463b501e25fe8af22f0c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# 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
REVISEDATE= 20020901
MAINTAINER= ycheng@sinica.edu.tw
COMMENT= The Mongrel of Mail User Agents with Chinese support
PATCH_SITES= http://bsdchat.com/~clive/dist/mutt15/ \
ftp://freebsd.sinica.edu.tw/pub/clive/mutt15/
PATCHFILES= ${PKGNAMEPREFIX}mutt-${PORTVERSION}-${REVISEDATE}.diff.gz
PATCH_DIST_ARGS= -d ${WRKDIR} --quiet
WITH_MUTT_LOCALES_FIX= yes
MUTT_CONFIGURE_ARGS+= --without-wc-funcs
WITH_MUTT_NCURSES= yes
.if !defined(PACKAGE_BUILDING)
WITHOUT_MUTT_SGMLFORMAT= yes
.endif
MD5_FILE= ${.CURDIR}/distinfo
PKGMESSAGE= ${.CURDIR}/pkg-message
.include "${MASTERDIR}/Makefile"
# To be a satellite port, I do not have many choices to place this line.
LIB_DEPENDS+= hz.0:${PORTSDIR}/chinese/autoconvert
|