a6782c3b2b
(s/readline.h/readline.c/). Submitted by: mhsin@mhsin.org
26 lines
738 B
Makefile
26 lines
738 B
Makefile
# New ports collection makefile for: zh-tw-irssi
|
|
# Date created: April 26 2001
|
|
# Whom: vanilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../irc/irssi
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-irssi.conf \
|
|
${.CURDIR}/files/patch-src::fe-text::gui-entry.c \
|
|
${.CURDIR}/files/patch-src::fe-text::gui-entry.h \
|
|
${.CURDIR}/files/patch-src::fe-text::gui-readline.c \
|
|
${.CURDIR}/files/patch-src::fe-text::term-terminfo.c \
|
|
${.CURDIR}/files/patch-src::fe-text::textbuffer-view.c \
|
|
${.CURDIR}/files/patch-src::fe-text::utf8.h
|
|
|
|
PORTREVISION= 4
|
|
CATEGORIES= chinese
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= A zh-tw cursor movement friendly, wrapping clean irssi
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw-
|
|
|