summaryrefslogtreecommitdiff
path: root/japanese/rxvt/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-02-12 05:56:21 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-02-12 05:56:21 +0000
commit50628affd357169c828e01112c4ac6942c02a4f2 (patch)
tree9bacdf92a903c1b7445ebf2db4451cafdbce955a /japanese/rxvt/Makefile
parentUpdate the geomview-1.6.1 to use the current tarball, which turns (diff)
Update to 2.6pre2.
PR: ports/10041 Submitted-by: honda@kashio.info.mie-u.ac.jp
Notes
Notes: svn path=/head/; revision=16645
Diffstat (limited to 'japanese/rxvt/Makefile')
-rw-r--r--japanese/rxvt/Makefile29
1 files changed, 11 insertions, 18 deletions
diff --git a/japanese/rxvt/Makefile b/japanese/rxvt/Makefile
index 1e7b1facb014..7e3363e77f03 100644
--- a/japanese/rxvt/Makefile
+++ b/japanese/rxvt/Makefile
@@ -1,22 +1,16 @@
# New ports collection Makefile for: rxvt
-# Version required: 2.4.11
-# Date created: 23 November 1998
+# Version required: 2.6PRE2
+# Date created: 28 January 1999
# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
#
-# $Id: Makefile,v 1.5 1998/12/06 06:52:10 flathill Exp $
+# $Id: Makefile,v 1.6 1998/12/10 01:32:07 flathill Exp $
#
-DISTNAME= rxvt-2.4.11
-PKGNAME= ja-rxvt-2.4.11
+DISTNAME= rxvt-2.6.PRE2
+PKGNAME= ja-rxvt-2.6p2
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.11-JP-XIM.patch.gz
-PATCH_DIST_STRIP= -p1
-.endif
-
MAINTAINER= honda@kashio.info.mie-u.ac.jp
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
@@ -24,17 +18,16 @@ 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 --disable-backspace-key --disable-delete-key
+CONFIGURE_ARGS= --enable-xpm-background --enable-xim --enable-kanji --enable-menubar --enable-graphics --disable-backspace-key --disable-delete-key
DOCDIR= ${PREFIX}/share/doc/ja/rxvt
+RXVTLIB= ${PREFIX}/lib/X11/rxvt
-post-install:
-.if !defined(NOPORTDOCS)
+pre-install:
@${MKDIR} ${DOCDIR}
@${INSTALL_MAN} ${FILESDIR}/README.ja ${DOCDIR}
-.endif
-.if !defined(NOXIMSUPPORT)
- @${CAT} ${PKGDIR}/MESSAGE
-.endif
+ @${MKDIR} ${RXVTLIB}
+ @${INSTALL_MAN} ${FILESDIR}/ja.menu ${RXVTLIB}
+ @${INSTALL_MAN} ${FILESDIR}/terminal.menu ${RXVTLIB}
.include <bsd.port.mk>