1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/japanese/rxvt/Makefile
Steve Price 969dfa17d9 Update to version 2.6.0. Also set USE_BZIP2 so that the other rxvt
port can share the distfile with this one.

PR:		12083
Submitted by:	maintainer
1999-06-08 22:19:09 +00:00

37 lines
987 B
Makefile

# New ports collection Makefile for: ja-rxvt
# Version required: 2.6.0
# Date created: 11 May 1999
# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
#
# $Id: Makefile,v 1.9 1999/05/10 16:27:33 flathill Exp $
#
DISTNAME= rxvt-2.6.0
PKGNAME= ja-rxvt-2.6.0
CATEGORIES= japanese x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/
MAINTAINER= honda@kashio.info.mie-u.ac.jp
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
MAN1= rxvt.1
CONFIGURE_ARGS+=--enable-xpm-background --enable-transparency \
--enable-menubar --enable-graphics --enable-xim \
--enable-kanji --disable-backspace-key --disable-delete-key
DOCDIR= ${PREFIX}/share/doc/ja/rxvt
RXVTLIB= ${PREFIX}/lib/X11/rxvt
pre-install:
@${MKDIR} ${DOCDIR}
@${INSTALL_MAN} ${FILESDIR}/README.ja ${DOCDIR}
@${MKDIR} ${RXVTLIB}
@${INSTALL_MAN} ${FILESDIR}/ja.menu ${RXVTLIB}
@${INSTALL_MAN} ${FILESDIR}/terminal.menu ${RXVTLIB}
.include <bsd.port.mk>