freebsd-ports/japanese/mule-wnn7/Makefile
Satoshi Asami f6a3db6f03 Upgrade, 2.2.2 -> 2.3. Note the base emacs version is still 19.28.
Other variations (japanese/mule-canna, editors/mule) to follow.
1995-07-28 23:48:48 +00:00

49 lines
1.3 KiB
Makefile

# New ports collection makefile for: mule with Wnn
# Version required: 2.3
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
# $Id: Makefile,v 1.21 1995/07/23 22:32:44 asami Exp $
#
DISTNAME= mule-2.3
PKGNAME= jp-wmule-2.3
CATEGORIES+= japanese editors
MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \
ftp://ftp.cs.buffalo.edu/pub/mule/ \
ftp://sh.wide.ad.jp/JAPAN/mule/ \
ftp://ftp.funet.fi/pub/gnu/emacs/mule/
MAINTAINER= asami@FreeBSD.ORG
.if !exists(/usr/X11R6/lib/libwnn.a)
DEPENDS= ${PORTSDIR}/japanese/Wnn
.endif
HAS_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
--with-wnn4 --wnn-libraries=/usr/X11R6/lib \
--wnn-includes=/usr/X11R6/include/wnn --terminal-face \
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
STRIP=
pre-build:
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
post-install:
# note that rcs-checkn and any2ps are scripts
strip ${PREFIX}/bin/b2m
strip ${PREFIX}/bin/coco
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
.include <bsd.port.mk>