freebsd-ports/chinese/bitchx/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

22 lines
577 B
Makefile

# 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"