summaryrefslogtreecommitdiff
path: root/chinese/tin/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-04-11 13:14:41 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-04-11 13:14:41 +0000
commit8a21baec0318a4c7e994fe92ecd9f9be519aa8c1 (patch)
tree5e1502717eb61bb91329e3a30110dcfeec68d6e1 /chinese/tin/Makefile
parentUpgrade to 0.99.10. (diff)
Sync with news/tin.
Notes
Notes: svn path=/head/; revision=10471
Diffstat (limited to 'chinese/tin/Makefile')
-rw-r--r--chinese/tin/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/chinese/tin/Makefile b/chinese/tin/Makefile
index 10c8ad2db13b..5121f174aced 100644
--- a/chinese/tin/Makefile
+++ b/chinese/tin/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Dec 1997
# Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
#
-# $Id: Makefile,v 1.7 1998/02/04 16:17:17 vanilla Exp $
+# $Id: Makefile,v 1.8 1998/03/03 03:29:32 vanilla Exp $
#
DISTNAME= tinpre-1.4-980226
@@ -18,13 +18,16 @@ MAINTAINER= yssu@CCCA.NCTU.edu.tw
WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//}
GNU_CONFIGURE= yes
+
+# Curses sypport too buggy to activate
+# --enable-curses \
+# --with-ncurses \
+#
CONFIGURE_ARGS= --with-nntp-default-server=news \
--with-spooldir=/var/news \
--with-libdir=${PREFIX}/news/lib \
--with-mime-default-charset=ISO-8859-1 \
--enable-forgery \
- --enable-curses \
- --with-ncurses \
--enable-break-long-lines \
--with-pgp=${PREFIX}/bin/pgp \
--with-ispell=${PREFIX}/bin/ispell \