diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2000-11-02 03:13:40 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2000-11-02 03:13:40 +0000 |
commit | 4840855a2dc58a8b820822281a8d9b3fe637330b (patch) | |
tree | f2dd44747756dcf3e2a7e2ee7429742daf66f982 /chinese | |
parent | 67ef948d38d1244de19a0e807c61bfccf04ee154 (diff) | |
download | ports-4840855a2dc58a8b820822281a8d9b3fe637330b.tar.gz ports-4840855a2dc58a8b820822281a8d9b3fe637330b.zip |
Notes
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 |