mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
bf4fa082dd
the remainder of Chris's ports. Submitted by: "Chris Petrik" <chris@bsdjunk.com>
18 lines
403 B
Makefile
18 lines
403 B
Makefile
# Created by: clive
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bitchx
|
|
CATEGORIES= chinese
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Zh-tw cursor movement friendly, wrapping clean BitchX
|
|
|
|
MASTERDIR= ${.CURDIR}/../../irc/bitchx
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-source__input.c \
|
|
${.CURDIR}/files/patch-include__config.h \
|
|
${.CURDIR}/files/patch-source__screen.c
|
|
|
|
OPTIONS_SLAVE= LATIN
|
|
|
|
.include "${MASTERDIR}/Makefile"
|