1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/japanese/rxvt/Makefile
Kris Kennaway 041c38e48b BROKEN on sparc64: Does not compile
Approved by:    portmgr (self)
2005-03-26 21:53:52 +00:00

47 lines
1.1 KiB
Makefile

# New ports collection Makefile for: ja-rxvt
# Date created: 11 May 1999
# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
#
# $FreeBSD$
#
PORTNAME= rxvt
PORTVERSION= 2.7.2
CATEGORIES= japanese x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/
MAINTAINER= honda@kashio.info.mie-u.ac.jp
COMMENT= An xterm replacement that supports pixmap background and Japanese
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
MAN1= rxvt.1 rclock.1
CONFIGURE_ARGS= --enable-xpm-background --enable-transparency \
--enable-menubar --enable-graphics --enable-xim \
--enable-languages --with-encoding=eucj \
--disable-backspace-key --disable-delete-key \
--enable-utmp --enable-wtmp
DOCDIR= ${PREFIX}/share/doc/ja/rxvt
RXVTLIB= ${PREFIX}/lib/X11/rxvt
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
pre-install:
@${MKDIR} ${DOCDIR}
@${INSTALL_DATA} ${FILESDIR}/README.ja ${DOCDIR}
@${MKDIR} ${RXVTLIB}
@${INSTALL_DATA} ${FILESDIR}/ja.menu ${RXVTLIB}
@${INSTALL_DATA} ${FILESDIR}/terminal.menu ${RXVTLIB}
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/rxvt
.include <bsd.port.post.mk>