mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ce13902f3d
Before isprint(3) get fixed or any one knows how to use isprint(3) to identify multibytes characters, this temporary fix would remain here. PR: 23196 Reviewed by: People on tw.bbs.comp.386bsd newsgroup
23 lines
499 B
Makefile
23 lines
499 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: tin
|
|
# Date created: 2 Dev 1997
|
|
# Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../news/tin
|
|
|
|
MAINTAINER= yssu@CCCA.NCTU.edu.tw
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-charset.c \
|
|
${.CURDIR}/files/patch-cook.c \
|
|
${.CURDIR}/files/patch-init.c \
|
|
${.CURDIR}/files/patch-misc.c
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
CONFIGURE_ARGS+= --disable-curses \
|
|
--without-ncurses \
|
|
--with-mime-default-charset=big5
|