mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
d75a0431ba
so remove these patches and unbreak zh-tin Approved by: MAINTAINER
21 lines
408 B
Makefile
21 lines
408 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$
|
|
#
|
|
|
|
CATEGORIES= chinese
|
|
|
|
MASTERDIR= ${.CURDIR}/../../news/tin
|
|
|
|
MAINTAINER= yssu@CCCA.NCTU.edu.tw
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-attrib.c \
|
|
${.CURDIR}/files/patch-init.c
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
CONFIGURE_ARGS+= --disable-locale --with-screen=termcap
|