mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
17 lines
347 B
Makefile
17 lines
347 B
Makefile
# Created by: vanilla
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= chinese
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= zh-tw cursor movement friendly, wrapping clean irssi
|
|
|
|
CONFLICTS?= irssi-*
|
|
MASTERDIR= ${.CURDIR}/../../irc/irssi
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-irssi.conf \
|
|
${.CURDIR}/files/patch-utf8_break
|
|
|
|
.include "${MASTERDIR}/Makefile"
|