mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4840855a2d
Submitted by: Michael C. Wu <keichii@peorth.iteration.net> Add new port rxvt-gb(2.6.3) into ports/chinese, this is for GB(simp-Chinese) and it is a slave port from x11/rxvt.
25 lines
497 B
Makefile
25 lines
497 B
Makefile
# 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
|
|
|
|
|
|
|