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
|
|
|
#
|
|
|
|
|
2010-12-16 02:34:07 +00:00
|
|
|
PORTREVISION= 3
|
2001-05-22 18:19:44 +00:00
|
|
|
CATEGORIES= chinese
|
|
|
|
|
2005-04-05 17:33:36 +00:00
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
2005-03-26 20:20:06 +00:00
|
|
|
|
2011-07-18 22:05:50 +00:00
|
|
|
BROKEN= does not patch
|
|
|
|
|
2003-01-12 00:54:48 +00:00
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-attrib.c \
|
2003-10-09 04:14:26 +00:00
|
|
|
${.CURDIR}/files/patch-cook.c \
|
|
|
|
${.CURDIR}/files/patch-mail.c \
|
2003-10-09 14:14:43 +00:00
|
|
|
${.CURDIR}/files/patch-init.c \
|
|
|
|
${.CURDIR}/files/patch-tin_defaults
|
2000-02-27 04:41:35 +00:00
|
|
|
|
2005-04-05 17:33:36 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../../news/tin
|
|
|
|
|
2007-03-01 08:12:25 +00:00
|
|
|
WITH_TIN_SCREEN=termcap
|
2005-04-05 17:33:36 +00:00
|
|
|
CONFIGURE_ARGS= --disable-locale
|
|
|
|
|
2000-09-24 04:36:23 +00:00
|
|
|
.include "${MASTERDIR}/Makefile"
|