diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/rxvt-gb/Makefile | 24 | ||||
-rw-r--r-- | chinese/rxvt-gb/pkg-comment | 1 |
3 files changed, 26 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 98e980bf9442..589085742414 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -35,6 +35,7 @@ SUBDIR += pyDict SUBDIR += rxvt SUBDIR += rxvt-big5 + SUBDIR += rxvt-gb SUBDIR += stardict SUBDIR += ted SUBDIR += telnet diff --git a/chinese/rxvt-gb/Makefile b/chinese/rxvt-gb/Makefile new file mode 100644 index 000000000000..c8337ab5c0dc --- /dev/null +++ b/chinese/rxvt-gb/Makefile @@ -0,0 +1,24 @@ +# 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}cn- + + +MAINTAINER= keichii@iteration.net + + +CONFIGURE_ARGS+= --enable-xim --enable-big5 \ + --enable-next-scroll --with-term=xterm-color + + + diff --git a/chinese/rxvt-gb/pkg-comment b/chinese/rxvt-gb/pkg-comment new file mode 100644 index 000000000000..e2194cac443d --- /dev/null +++ b/chinese/rxvt-gb/pkg-comment @@ -0,0 +1 @@ +Chinese GB locale enabled RXVT program, slave port from X11/rxvt |