summaryrefslogtreecommitdiff
path: root/japanese/rxvt/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-06 06:52:10 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-06 06:52:10 +0000
commit37fd8ae7eea65c2a2603ea3123a2d142da69feb2 (patch)
treef594c0e5e96235076e4409cfcc1d6f0096ccdd6a /japanese/rxvt/Makefile
parentTo decide the configuration files' directory affecting ${PREFIX}. (diff)
Update to 2.4.11
Notes
Notes: svn path=/head/; revision=15142
Diffstat (limited to 'japanese/rxvt/Makefile')
-rw-r--r--japanese/rxvt/Makefile20
1 files changed, 13 insertions, 7 deletions
diff --git a/japanese/rxvt/Makefile b/japanese/rxvt/Makefile
index 1716855a1520..5028de6b53c3 100644
--- a/japanese/rxvt/Makefile
+++ b/japanese/rxvt/Makefile
@@ -1,16 +1,22 @@
# New ports collection Makefile for: rxvt
-# Version required: 2.4.9
-# Date created: 6th November 1998
+# Version required: 2.4.11
+# Date created: 23 November 1998
# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.4 1998/11/09 01:24:12 steve Exp $
#
-DISTNAME= rxvt-2.4.9
-PKGNAME= ja-rxvt-2.4.9
+DISTNAME= rxvt-2.4.11
+PKGNAME= ja-rxvt-2.4.11
CATEGORIES= japanese x11
MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/
+.if !defined(NOXIMSUPPORT)
+PATCH_SITES= http://www.kashio.info.mie-u.ac.jp/~honda/rxvt/
+PATCHFILES= rxvt-2.4.10-JP-XIM.patch.gz
+PATCH_DIST_STRIP= -p1
+.endif
+
MAINTAINER= honda@kashio.info.mie-u.ac.jp
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
@@ -18,9 +24,9 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAN1= rxvt.1
-CONFIGURE_ARGS= --enable-xpm-background --enable-kanji --enable-menubar --enable-graphics --with-xpm --disable-backspace-key --disable-delete-key
+CONFIGURE_ARGS= --enable-xpm-background --enable-kanji --enable-menubar --enable-graphics --disable-backspace-key --disable-delete-key
-DOCDIR= ${PREFIX}/share/doc/rxvt
+DOCDIR= ${PREFIX}/share/doc/ja/rxvt
post-install:
.if !defined(NOPORTDOCS)