mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
c99d294e85
ja-rxvt - japanese version of rxvt PR: 6925 Submitted by: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
23 lines
558 B
Makefile
23 lines
558 B
Makefile
# New ports collection makefile for: ja-rxvt
|
|
# Version required: 2.4.5
|
|
# Date created: 12 Jun 1998
|
|
# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
|
|
#
|
|
#
|
|
|
|
FILESDIR= ${.CURDIR}/../../x11/rxvt/files
|
|
PATCHDIR= ${.CURDIR}/../../x11/rxvt/patches
|
|
PKGDIR= ${.CURDIR}/../../x11/rxvt/pkg
|
|
|
|
PKGNAME= ja-rxvt-2.4.5
|
|
|
|
.include <${.CURDIR}/../../x11/rxvt/Makefile>
|
|
|
|
CATEGORIES= japanese x11
|
|
|
|
MAINTAINER= honda@kashio.info.mie-u.ac.jp
|
|
|
|
USE_X11= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --enable-menubar --enable-kanji --with-x
|