freebsd-ports/chinese/tin/Makefile
Yen-Ming Lee 30dab4fb0b - utilize WITH_TIN_SCREEN
- remove the lines after .include "${MASTERDIR}/Makefile"

Noticed by:	rafan@
2007-03-01 08:12:25 +00:00

24 lines
513 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
MAINTAINER= leeym@FreeBSD.org
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
MASTERDIR= ${.CURDIR}/../../news/tin
WITH_TIN_SCREEN=termcap
CONFIGURE_ARGS= --disable-locale
.include "${MASTERDIR}/Makefile"