090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
25 lines
529 B
Makefile
25 lines
529 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$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
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"
|