1995-04-23 10:35:35 +00:00
|
|
|
# New ports collection makefile for: mule with Wnn
|
1995-07-28 23:48:48 +00:00
|
|
|
# Version required: 2.3
|
1994-11-22 23:59:14 +00:00
|
|
|
# Date created: 22 November 1994
|
|
|
|
# Whom: Satoshi Asami (asami)
|
|
|
|
#
|
1996-08-16 09:43:57 +00:00
|
|
|
# $Id: Makefile,v 1.23 1995/10/11 00:31:49 asami Exp $
|
1994-11-22 23:59:14 +00:00
|
|
|
#
|
|
|
|
|
1995-07-28 23:48:48 +00:00
|
|
|
DISTNAME= mule-2.3
|
|
|
|
PKGNAME= jp-wmule-2.3
|
1995-04-23 10:35:35 +00:00
|
|
|
CATEGORIES+= japanese editors
|
|
|
|
MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
|
|
|
|
ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
1995-07-28 23:48:48 +00:00
|
|
|
ftp://sh.wide.ad.jp/JAPAN/mule/ \
|
|
|
|
ftp://ftp.funet.fi/pub/gnu/emacs/mule/
|
1995-03-28 06:21:05 +00:00
|
|
|
|
1995-04-09 06:11:17 +00:00
|
|
|
MAINTAINER= asami@FreeBSD.ORG
|
|
|
|
|
1995-10-11 00:31:49 +00:00
|
|
|
BUILD_DEPENDS= ${PREFIX}/bin/Wnn4/jserver:${PORTSDIR}/japanese/Wnn
|
1995-04-09 06:11:17 +00:00
|
|
|
|
1996-08-16 09:43:57 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1995-04-09 06:11:17 +00:00
|
|
|
USE_GMAKE= yes
|
1996-08-16 09:43:57 +00:00
|
|
|
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
|
1995-07-28 23:48:48 +00:00
|
|
|
--with-wnn4 --wnn-libraries=/usr/X11R6/lib \
|
1995-06-27 10:45:42 +00:00
|
|
|
--wnn-includes=/usr/X11R6/include/wnn --terminal-face \
|
1995-07-20 00:25:25 +00:00
|
|
|
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
|
1995-04-09 06:11:17 +00:00
|
|
|
STRIP=
|
|
|
|
|
1995-04-20 18:23:12 +00:00
|
|
|
pre-build:
|
1994-11-22 23:59:14 +00:00
|
|
|
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
|
|
|
|
|
1995-04-22 12:39:19 +00:00
|
|
|
post-install:
|
1995-04-23 10:35:35 +00:00
|
|
|
# note that rcs-checkn and any2ps are scripts
|
1995-04-22 12:39:19 +00:00
|
|
|
strip ${PREFIX}/bin/b2m
|
|
|
|
strip ${PREFIX}/bin/coco
|
1995-04-23 10:35:35 +00:00
|
|
|
strip ${PREFIX}/bin/ctags
|
|
|
|
strip ${PREFIX}/bin/etags
|
|
|
|
strip ${PREFIX}/bin/m2ps
|
|
|
|
strip ${PREFIX}/bin/mule-19.28
|
1996-08-16 09:43:57 +00:00
|
|
|
.if !defined(NOMANCOMPRESS)
|
1995-04-23 10:35:35 +00:00
|
|
|
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
|
1996-08-16 09:43:57 +00:00
|
|
|
.endif
|
1995-04-22 12:39:19 +00:00
|
|
|
|
1994-11-22 23:59:14 +00:00
|
|
|
.include <bsd.port.mk>
|