blob: fe66a5cc0da1b2398faaefcf8b7fdb0d8d2f222c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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}/patches/patch-charset.c \
${.CURDIR}/patches/patch-cook.c \
${.CURDIR}/patches/patch-init.c
.include "${MASTERDIR}/Makefile"
CONFIGURE_ARGS+= --disable-curses \
--without-ncurses \
--with-mime-default-charset=big5
|