PR: 22407

Submitted by:	Michael C. Wu <keichii@peorth.iteration.net>
Active rxvt-big5
Add new port rxvt-big5(2.6.3), it enables big5 locale in rxvt andis a slave
port from x11/rxvt.
This commit is contained in:
Foxfair Hu 2000-11-02 03:09:17 +00:00
parent 30bb05c7c2
commit dcc056cf75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34586
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: rxvt-big5
# Date created: Thur Nov 2, 2000
# Whom: Michael C . Wu <keichii@iteration.net>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../../x11/rxvt
.include "${MASTERDIR}/Makefile"
PORTNAME= rxvt
PORTVERSION= 2.6.3
#.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw-
MAINTAINER= keichii@iteration.net
CONFIGURE_ARGS+= --enable-xim --enable-big5 \
--enable-next-scroll --with-term=xterm-color

View file

@ -0,0 +1 @@
Chinese big5 locale enabled RXVT program, slave port from X11/rxvt