summaryrefslogtreecommitdiff
path: root/editors/mule
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-16 09:43:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-16 09:43:57 +0000
commit3784472667d3393eb6d3823a17e0b876f09fc3a7 (patch)
tree89d158ebe7678eeb0ade32e134feb51910f3fbee /editors/mule
parentDesmond says to Molly "girl, I like your INDEX," (diff)
Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize man
page compression on NOMANCOMPRESS.
Notes
Notes: svn path=/head/; revision=3615
Diffstat (limited to 'editors/mule')
-rw-r--r--editors/mule/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index b07b79651445..942146a025b7 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.21 1995/07/23 22:32:38 asami Exp $
+# $Id: Makefile,v 1.22 1995/09/15 01:41:22 asami Exp $
#
DISTNAME= mule-2.3
@@ -15,9 +15,9 @@ MASTER_SITES= ftp://ftp.cs.buffalo.edu/pub/mule/ \
MAINTAINER= asami@FreeBSD.ORG
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
+CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
--terminal-face \
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
STRIP=
@@ -31,8 +31,10 @@ post-install:
strip ${PREFIX}/bin/coco
strip ${PREFIX}/bin/m2ps
strip ${PREFIX}/bin/mule-19.28
+.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/coco.1
gzip -9nf ${PREFIX}/man/man1/m2ps.1
gzip -9nf ${PREFIX}/man/man1/mule.1
+.endif
.include <bsd.port.mk>