mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
21 lines
444 B
Makefile
21 lines
444 B
Makefile
# New ports collection makefile for: zh-tw-irssi
|
|
# Date created: April 26 2001
|
|
# Whom: vanilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
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-utf8_break \
|
|
${.CURDIR}/files/patch-eaw
|
|
|
|
.include "${MASTERDIR}/Makefile"
|