mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
176ac75747
PR: ports/57796 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
25 lines
554 B
Makefile
25 lines
554 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-cook.c \
|
|
${.CURDIR}/files/patch-mail.c \
|
|
${.CURDIR}/files/patch-init.c \
|
|
${.CURDIR}/files/patch-tin_defaults
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
CONFIGURE_ARGS+= --disable-locale --with-screen=termcap \
|
|
--with-mime-default-charset=Big5
|