mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
289b001d8e
Submitted by: maintainer
25 lines
615 B
Makefile
25 lines
615 B
Makefile
# New ports collection Makefile for: rxvt
|
|
# Version required: 2.4.8
|
|
# Date created: Nov 16 1997
|
|
# Whom: frankch@waru.life.nthu.edu.tw
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/08/05 09:30:46 asami Exp $
|
|
#
|
|
|
|
DISTNAME= rxvt-2.4.8
|
|
PKGNAME= zh-rxvt-2.4.8
|
|
CATEGORIES= chinese x11
|
|
MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/ \
|
|
ftp://ftp.math.fu-berlin.de/pub/rxvt/
|
|
|
|
MAINTAINER= frankch@waru.life.nthu.edu.tw
|
|
|
|
RUN_DEPENDS= ${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-big5=yes --enable-xcin=yes
|
|
MAN1= crxvt2.1
|
|
|
|
.include <bsd.port.mk>
|