mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d1a5dc8980
they might overwrite emacs' versions. The more I think about this, the less sense this makes, as we pratcically mandate emacs to be installed as well for this mule to work. Requested by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
39 lines
962 B
Makefile
39 lines
962 B
Makefile
# New ports collection makefile for: mule
|
|
# Version required: 2.3
|
|
# Date created: 22 November 1994
|
|
# Whom: Satoshi Asami (asami)
|
|
#
|
|
# $Id: Makefile,v 1.25 1996/11/17 07:01:29 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= mule-2.3
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.cs.buffalo.edu/pub/mule/ \
|
|
ftp://etlport.etl.go.jp/pub/mule/ \
|
|
ftp://sh.wide.ad.jp/JAPAN/mule/ \
|
|
ftp://ftp.funet.fi/pub/gnu/emacs/mule/
|
|
|
|
MAINTAINER= asami@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
|
|
--terminal-face \
|
|
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
|
|
STRIP=
|
|
MAN1= coco.1 ctags.1 etags.1 m2ps.1 mule.1
|
|
|
|
pre-build:
|
|
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
|
|
|
|
post-install:
|
|
# note that any2ps is a script
|
|
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
|
|
|
|
.include <bsd.port.mk>
|