diff options
author | asami <asami@FreeBSD.org> | 1996-08-16 09:43:57 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-16 09:43:57 +0000 |
commit | 368311b1d1e182b69d3209bcdd4caa65e1191fef (patch) | |
tree | 203bb78a1c41ba17ce8cfe19144d48bc3fdfe619 /japanese/mule-canna | |
parent | 24ccf1f939cb9a43c59df124625e67d03ff1c239 (diff) | |
download | FreeBSD-ports-368311b1d1e182b69d3209bcdd4caa65e1191fef.zip FreeBSD-ports-368311b1d1e182b69d3209bcdd4caa65e1191fef.tar.gz |
Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize man
page compression on NOMANCOMPRESS.
Diffstat (limited to 'japanese/mule-canna')
-rw-r--r-- | japanese/mule-canna/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/japanese/mule-canna/Makefile b/japanese/mule-canna/Makefile index 81f4122..ff21993 100644 --- a/japanese/mule-canna/Makefile +++ b/japanese/mule-canna/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.21 1995/07/23 22:32:43 asami Exp $ +# $Id: Makefile,v 1.22 1995/08/08 10:04:43 asami Exp $ # DISTNAME= mule-2.3 @@ -18,9 +18,9 @@ MAINTAINER= asami@FreeBSD.ORG LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna -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 \ --canna --canna-libraries=/usr/local/lib \ --canna-includes=/usr/local/canna/include --terminal-face \ --locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp @@ -37,10 +37,12 @@ post-install: strip ${PREFIX}/bin/etags 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/ctags.1 gzip -9nf ${PREFIX}/man/man1/etags.1 gzip -9nf ${PREFIX}/man/man1/m2ps.1 gzip -9nf ${PREFIX}/man/man1/mule.1 +.endif .include <bsd.port.mk> |