1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/japanese/rxvt/Makefile

41 lines
1.0 KiB
Makefile
Raw Normal View History

# New ports collection Makefile for: rxvt
1998-12-06 06:52:10 +00:00
# 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 $
#
1998-12-06 06:52:10 +00:00
DISTNAME= rxvt-2.4.11
PKGNAME= ja-rxvt-2.4.11
CATEGORIES= japanese x11
MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/
1998-12-06 06:52:10 +00:00
.if !defined(NOXIMSUPPORT)
PATCH_SITES= http://www.kashio.info.mie-u.ac.jp/~honda/rxvt/
PATCHFILES= rxvt-2.4.11-JP-XIM.patch.gz
1998-12-06 06:52:10 +00:00
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
1998-12-06 06:52:10 +00:00
CONFIGURE_ARGS= --enable-xpm-background --enable-kanji --enable-menubar --enable-graphics --disable-backspace-key --disable-delete-key
1998-12-06 06:52:10 +00:00
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>