summaryrefslogtreecommitdiff
path: root/chinese/bitchx/Makefile
blob: 24c07b6083dfc8fdf979aa7a677b88118a268a85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: clive
# $FreeBSD$

PORTNAME=	BitchX
PORTREVISION=	7
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

WITH_LATIN=	YES
# Cursor movement and words wrapping aren't hacked if compiled with gnome.
WITHOUT_GNOME=	YES
# If without gnome, esound support isn't needed.
WITHOUT_ESOUND=	YES

.include "${MASTERDIR}/Makefile"