1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/chinese/rxvt/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

24 lines
610 B
Makefile

# New ports collection Makefile for: rxvt
# Version required: 2.4.5
# Date created: Nov 16 1997
# Whom: frankch@waru.life.nthu.edu.tw
#
# $Id: Makefile,v 1.5 1998/01/05 17:30:59 vanilla Exp $
#
DISTNAME= rxvt-2.4.5
PKGNAME= zh-rxvt-2.4.5
CATEGORIES= chinese x11
MASTER_SITES= 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>