1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/chinese/bitchx/Makefile
Clive Lin e0bd871064 Cursor movement and words wrapping aren't hacked if compiled with gnome.
If without gnome, esound support isn't needed.
2001-01-10 07:12:41 +00:00

27 lines
663 B
Makefile

# New ports collection makefile for: BitchX
# Date created: Mon Jan 8 2001
# Whom: clive
#
# $FreeBSD$
#
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"
PORTNAME= BitchX
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw-
CATEGORIES= chinese irc
MAINTAINER= clive@FreeBSD.org