mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
39c513c493
Submitted by: mhsin via #bsdchat
27 lines
806 B
Makefile
27 lines
806 B
Makefile
# New ports collection makefile for: zh-tw-irssi
|
|
# Date created: April 26 2001
|
|
# Whom: vanilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 5
|
|
CATEGORIES= chinese
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= A zh-tw cursor movement friendly, wrapping clean irssi
|
|
|
|
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-printtext.c \
|
|
${.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.c \
|
|
${.CURDIR}/files/patch-src::fe-text::utf8.h
|
|
|
|
.include "${MASTERDIR}/Makefile"
|