1995-04-23 12:35:35 +02:00
|
|
|
# New ports collection makefile for: mule with Wnn
|
1995-07-29 01:48:48 +02:00
|
|
|
# Version required: 2.3
|
1994-11-23 00:59:14 +01:00
|
|
|
# Date created: 22 November 1994
|
|
|
|
# Whom: Satoshi Asami (asami)
|
|
|
|
#
|
1997-06-08 14:55:04 +02:00
|
|
|
# $Id: Makefile,v 1.28 1997/05/28 03:06:38 asami Exp $
|
1994-11-23 00:59:14 +01:00
|
|
|
#
|
|
|
|
|
1995-07-29 01:48:48 +02:00
|
|
|
DISTNAME= mule-2.3
|
|
|
|
PKGNAME= jp-wmule-2.3
|
1996-11-11 11:13:07 +01:00
|
|
|
CATEGORIES= japanese editors
|
1995-04-23 12:35:35 +02:00
|
|
|
MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
|
|
|
ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
1995-07-29 01:48:48 +02:00
|
|
|
ftp://sh.wide.ad.jp/JAPAN/mule/ \
|
|
|
|
ftp://ftp.funet.fi/pub/gnu/emacs/mule/
|
1995-03-28 08:21:05 +02:00
|
|
|
|
1995-04-09 08:11:17 +02:00
|
|
|
MAINTAINER= asami@FreeBSD.ORG
|
|
|
|
|
1995-10-11 01:31:49 +01:00
|
|
|
BUILD_DEPENDS= ${PREFIX}/bin/Wnn4/jserver:${PORTSDIR}/japanese/Wnn
|
1995-04-09 08:11:17 +02:00
|
|
|
|
1996-08-16 11:43:57 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1995-04-09 08:11:17 +02:00
|
|
|
USE_GMAKE= yes
|
1996-08-16 11:43:57 +02:00
|
|
|
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
|
1995-07-29 01:48:48 +02:00
|
|
|
--with-wnn4 --wnn-libraries=/usr/X11R6/lib \
|
1995-06-27 12:45:42 +02:00
|
|
|
--wnn-includes=/usr/X11R6/include/wnn --terminal-face \
|
1995-07-20 02:25:25 +02:00
|
|
|
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
|
1995-04-09 08:11:17 +02:00
|
|
|
STRIP=
|
1996-11-13 13:41:39 +01:00
|
|
|
MAN1= coco.1 ctags.1 etags.1 m2ps.1 mule.1
|
1995-04-09 08:11:17 +02:00
|
|
|
|
1995-04-20 20:23:12 +02:00
|
|
|
pre-build:
|
1994-11-23 00:59:14 +01:00
|
|
|
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
|
|
|
|
|
1995-04-22 14:39:19 +02:00
|
|
|
post-install:
|
1995-04-23 12:35:35 +02:00
|
|
|
# note that rcs-checkn and any2ps are scripts
|
1997-05-21 09:24:28 +02:00
|
|
|
.for file in b2m coco ctags etags m2ps mule-19.28
|
|
|
|
strip ${PREFIX}/bin/${file}
|
|
|
|
.endfor
|
|
|
|
if [ ! -f ${PREFIX}/info/dir ]; then \
|
|
|
|
sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
|
|
|
fi
|
|
|
|
.for info in emacs vip forms gnus cl sc
|
|
|
|
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
|
|
|
|
.endfor
|
|
|
|
# Our makeinfo can't handle files with Japanese characters. :<
|
|
|
|
install-info --section="The Emacs editor and associated tools" --entry="* Antenews-jp: (antenews-jp). Version 19 Antenews. (Japanese)" ${PREFIX}/info/antenews-jp ${PREFIX}/info/dir
|
1997-06-08 14:55:04 +02:00
|
|
|
install-info --section="The Emacs editor and associated tools" --entry="* Mule: (mule). Multilingual Enhancement to GNU Emacs." ${PREFIX}/info/mule ${PREFIX}/info/dir
|
|
|
|
install-info --section="The Emacs editor and associated tools" --entry="* Mule-jp: (mule-jp). Multilingual Enhancement to GNU Emacs. (Japanese)" ${PREFIX}/info/mule-jp ${PREFIX}/info/dir
|
|
|
|
install-info --section="The Emacs editor and associated tools" --entry="* Egg-jp: (egg-jp). Japanese/Chinese Inputting Method. (Japanese)" ${PREFIX}/info/egg-jp ${PREFIX}/info/dir
|
|
|
|
install-info --section="The Emacs editor and associated tools" --entry="* Canna-jp: (canna-jp). Another Japanese Inputting Method. (Japanese)" ${PREFIX}/info/canna-jp ${PREFIX}/info/dir
|
1995-04-22 14:39:19 +02:00
|
|
|
|
1994-11-23 00:59:14 +01:00
|
|
|
.include <bsd.port.mk>
|