blob: 5b6b2d6f7c724c0e67f05e4e10de0e39a9cc4c60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection Makefile for: rxvt
# Version required: 2.4.4
# Date created: Nov 16 1997
# Whom: frankch@waru.life.nthu.edu.tw
#
# $Id$
#
DISTNAME= rxvt-2.4.4
PKGNAME= zh-rxvt-2.4.4
CATEGORIES= chinese x11
MASTER_SITES= ftp://ftp.math.fu-berlin.de/pub/rxvt/devel/
MAINTAINER= frankch@waru.life.nthu.edu.tw
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-big5=yes --enable-xcin=yes
MAN1= crxvt.1
.include <bsd.port.mk>
|