blob: 161bf30f45bbbb9bdaa799cb08a462a9049e9ef8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection Makefile for: rxvt
# Version required: 2.6.PRE2
# Date created: Nov 16 1997
# Whom: frankch@waru.life.nthu.edu.tw
#
# $Id: Makefile,v 1.10 1999/03/15 01:24:55 steve Exp $
#
DISTNAME= rxvt-2.6.PRE2
PKGNAME= zh-rxvt-2.6.pre2
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
BUILD_DEPENDS= yodl2man:${PORTSDIR}/textproc/yodl
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-big5=yes --enable-xim=yes
MAN1= crxvt.1
.include <bsd.port.mk>
|