aboutsummaryrefslogtreecommitdiff
path: root/chinese/bitchx/Makefile
blob: 2d986a6d4b5ac03ae8f9f441d0b267814da2deb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:  BitchX
# Date created:                   Mon Jan  8 2001
# Whom:                           clive
#
# $FreeBSD$
#

PORTNAME=	BitchX
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw-
PORTREVISION=	1
CATEGORIES=	chinese irc

MAINTAINER=	clive@FreeBSD.org

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"