1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/chinese/bitchx/Makefile
John Marino b6c090b954 chinese/bitchx: Bump to acquire MASTERDIR fix, stage too
Related to:
PR: 186425

It looks NO_STAGE should have been removed when irc/bitchx was staged.
Late add: Fix master irc/bitchx to not override PORTREVISION
2014-06-11 10:20:41 +00:00

23 lines
577 B
Makefile

# Created by: clive
# $FreeBSD$
PORTNAME= BitchX
PORTREVISION= 6
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"