2001-01-08 18:27:17 +00:00
|
|
|
# New ports collection makefile for: BitchX
|
|
|
|
# Date created: Mon Jan 8 2001
|
|
|
|
# Whom: clive
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-07-08 18:14:20 +00:00
|
|
|
PORTNAME= BitchX
|
2003-08-05 13:52:08 +00:00
|
|
|
PORTREVISION= 4
|
2002-07-08 18:14:20 +00:00
|
|
|
CATEGORIES= chinese irc
|
|
|
|
|
|
|
|
MAINTAINER= clive@FreeBSD.org
|
2003-02-26 14:23:43 +00:00
|
|
|
COMMENT= A zh-tw cursor movement friendly, wrapping clean BitchX
|
2002-07-08 18:14:20 +00:00
|
|
|
|
2001-02-05 14:29:35 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../../irc/bitchx
|
2001-01-08 18:27:17 +00:00
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-source::input.c \
|
|
|
|
${.CURDIR}/files/patch-include::config.h \
|
|
|
|
${.CURDIR}/files/patch-source::screen.c
|
|
|
|
|
2001-01-10 07:12:41 +00:00
|
|
|
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
|
2001-01-08 18:27:17 +00:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
2002-07-08 18:42:43 +00:00
|
|
|
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw-
|