mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
f88690bf53
Ensure that the master category is always matches name of the parent (category) directory. This is required for ORIGIN to function properly.
23 lines
508 B
Makefile
23 lines
508 B
Makefile
# 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.3
|
|
|
|
#.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
|