blob: 84d0cc0cf0af2eb71d8083aedebe3be3efe639df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: rxvt-big5
# Date created: Thur Nov 2, 2000
# Whom: Michael C . Wu <keichii@iteration.net>
#
# $FreeBSD$
#
CATEGORIES= chinese
MASTERDIR= ${.CURDIR}/../../x11/rxvt
.include "${MASTERDIR}/Makefile"
PORTNAME= rxvt
PORTVERSION= 2.6.4
#.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}cn-
MAINTAINER= keichii@freebsd.org
CONFIGURE_ARGS+= --enable-xim --enable-big5 \
--enable-next-scroll --with-term=xterm-color
|