1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/japanese/rxvt/Makefile
Seiichirou Hiraoka c2d0435009 This port was broken.
So fix some patches/patch-??
1998-12-10 01:32:08 +00:00

41 lines
1.0 KiB
Makefile

# New ports collection Makefile for: rxvt
# Version required: 2.4.11
# Date created: 23 November 1998
# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
#
# $Id: Makefile,v 1.5 1998/12/06 06:52:10 flathill Exp $
#
DISTNAME= rxvt-2.4.11
PKGNAME= ja-rxvt-2.4.11
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
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
DOCDIR= ${PREFIX}/share/doc/ja/rxvt
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCDIR}
@${INSTALL_MAN} ${FILESDIR}/README.ja ${DOCDIR}
.endif
.if !defined(NOXIMSUPPORT)
@${CAT} ${PKGDIR}/MESSAGE
.endif
.include <bsd.port.mk>