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)
|
|
|
|
#
|
1995-07-29 01:48:48 +02:00
|
|
|
# $Id: Makefile,v 1.21 1995/07/23 22:32:44 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
|
1995-04-23 12:35:35 +02:00
|
|
|
CATEGORIES+= japanese editors
|
|
|
|
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-02-17 07:28:02 +01:00
|
|
|
.if !exists(/usr/X11R6/lib/libwnn.a)
|
1995-04-10 10:06:03 +02:00
|
|
|
DEPENDS= ${PORTSDIR}/japanese/Wnn
|
1995-02-17 07:28:02 +01:00
|
|
|
.endif
|
1995-04-09 08:11:17 +02:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --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=
|
|
|
|
|
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
|
1995-04-22 14:39:19 +02:00
|
|
|
strip ${PREFIX}/bin/b2m
|
|
|
|
strip ${PREFIX}/bin/coco
|
1995-04-23 12:35:35 +02:00
|
|
|
strip ${PREFIX}/bin/ctags
|
|
|
|
strip ${PREFIX}/bin/etags
|
|
|
|
strip ${PREFIX}/bin/m2ps
|
|
|
|
strip ${PREFIX}/bin/mule-19.28
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/coco.1
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/ctags.1
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/etags.1
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/m2ps.1
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/mule.1
|
1995-04-22 14:39:19 +02:00
|
|
|
|
1994-11-23 00:59:14 +01:00
|
|
|
.include <bsd.port.mk>
|