blob: d74a3a784f4f705ebb42bc0f2259ce0a62abdda9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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
.if !defined(NO_MULTIBYTE_CURSOR)
EXTRA_PATCHES= ${.CURDIR}/files/patch-multibyte_cursor
.endif
PKGMESSAGE= ${.CURDIR}/pkg-message
.include "${MASTERDIR}/Makefile"
PORTNAME= rxvt
PORTVERSION= 2.6.4
#.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw-
MAINTAINER= keichii@freebsd.org
CONFIGURE_ARGS+= \
--enable-xim --enable-big5 \
--enable-next-scroll --with-term=xterm-color
|