summaryrefslogtreecommitdiff
path: root/japanese/rxvt/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-11-09 01:24:15 +0000
committerSteve Price <steve@FreeBSD.org>1998-11-09 01:24:15 +0000
commit42a7e144187fefb1b49e6b988350b6da31116840 (patch)
tree5ed9b40372145bbe5418080f90a359ac3c927936 /japanese/rxvt/Makefile
parentUpdate to version 3.34. (diff)
Update to version 2.4.9.
PR: 8583 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=14418
Diffstat (limited to 'japanese/rxvt/Makefile')
-rw-r--r--japanese/rxvt/Makefile36
1 files changed, 23 insertions, 13 deletions
diff --git a/japanese/rxvt/Makefile b/japanese/rxvt/Makefile
index 3bfd3405b0e9..1716855a1520 100644
--- a/japanese/rxvt/Makefile
+++ b/japanese/rxvt/Makefile
@@ -1,22 +1,32 @@
-# New ports collection makefile for: ja-rxvt
-# Version required: 2.4.7
-# Date created: 6 Oct 1998
+# New ports collection Makefile for: rxvt
+# Version required: 2.4.9
+# Date created: 6th November 1998
# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
#
+# $Id$
#
-FILESDIR= ${.CURDIR}/../../x11/rxvt/files
-PATCHDIR= ${.CURDIR}/../../x11/rxvt/patches
-PKGDIR= ${.CURDIR}/../../x11/rxvt/pkg
-
-PKGNAME= ja-rxvt-2.4.7
-
-.include <${.CURDIR}/../../x11/rxvt/Makefile>
-
+DISTNAME= rxvt-2.4.9
+PKGNAME= ja-rxvt-2.4.9
CATEGORIES= japanese x11
+MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/
MAINTAINER= honda@kashio.info.mie-u.ac.jp
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
USE_X_PREFIX= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --enable-menubar --enable-kanji --with-x
+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
+
+DOCDIR= ${PREFIX}/share/doc/rxvt
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCDIR}
+ @${INSTALL_MAN} ${FILESDIR}/README.ja ${DOCDIR}
+.endif
+ @${CAT} ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>