1998-11-09 01:24:15 +00:00
|
|
|
# New ports collection Makefile for: rxvt
|
|
|
|
# Version required: 2.4.9
|
|
|
|
# Date created: 6th November 1998
|
1998-07-04 19:57:01 +00:00
|
|
|
# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
|
|
|
|
#
|
1998-11-09 01:24:15 +00:00
|
|
|
# $Id$
|
1998-07-04 19:57:01 +00:00
|
|
|
#
|
|
|
|
|
1998-11-09 01:24:15 +00:00
|
|
|
DISTNAME= rxvt-2.4.9
|
|
|
|
PKGNAME= ja-rxvt-2.4.9
|
1998-07-04 19:57:01 +00:00
|
|
|
CATEGORIES= japanese x11
|
1998-11-09 01:24:15 +00:00
|
|
|
MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/
|
1998-07-04 19:57:01 +00:00
|
|
|
|
|
|
|
MAINTAINER= honda@kashio.info.mie-u.ac.jp
|
|
|
|
|
1998-11-09 01:24:15 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-11-09 01:24:15 +00:00
|
|
|
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>
|