2000-02-27 04:41:35 +00:00
|
|
|
# ex:ts=8
|
1997-12-01 21:16:50 +00:00
|
|
|
# New ports collection makefile for: tin
|
2000-02-27 04:41:35 +00:00
|
|
|
# Date created: 2 Dev 1997
|
1997-12-01 21:16:50 +00:00
|
|
|
# Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
|
|
|
|
#
|
1999-08-25 04:58:03 +00:00
|
|
|
# $FreeBSD$
|
1997-12-01 21:16:50 +00:00
|
|
|
#
|
|
|
|
|
2000-09-24 04:36:23 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../../news/tin
|
1997-12-01 21:16:50 +00:00
|
|
|
|
2001-02-05 14:29:35 +00:00
|
|
|
MAINTAINER= yssu@CCCA.NCTU.edu.tw
|
1997-12-01 21:16:50 +00:00
|
|
|
|
2000-10-08 10:25:16 +00:00
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-charset.c \
|
|
|
|
${.CURDIR}/files/patch-cook.c \
|
2000-12-07 16:37:52 +00:00
|
|
|
${.CURDIR}/files/patch-init.c \
|
|
|
|
${.CURDIR}/files/patch-misc.c
|
2000-02-27 04:41:35 +00:00
|
|
|
|
2000-09-24 04:36:23 +00:00
|
|
|
.include "${MASTERDIR}/Makefile"
|
1998-04-11 13:14:41 +00:00
|
|
|
|
2000-09-24 04:36:23 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-curses \
|
|
|
|
--without-ncurses \
|
|
|
|
--with-mime-default-charset=big5
|