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:
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
25
chinese/rxvt-big5/Makefile
Normal file
25
chinese/rxvt-big5/Makefile
Normal 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
|
||||
|
||||
|
||||
|
1
chinese/rxvt-big5/pkg-comment
Normal file
1
chinese/rxvt-big5/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Chinese big5 locale enabled RXVT program, slave port from X11/rxvt
|
Loading…
Reference in a new issue