From 94105bca125e0ac414db212cb79fae3d10e52321 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 9 Apr 1995 06:11:17 +0000 Subject: Another round of Makefile updates, editors version. --- textproc/coco/Makefile | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'textproc') diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index 0d4b68ed540d..14e4e168918d 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/Makefile @@ -1,33 +1,39 @@ # New ports collection makefile for: mule -# Version required: 2.2 +# Version required: 2.2.2 # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.12 1995/03/28 06:21:04 asami Exp $ +# $Id: Makefile,v 1.13 1995/04/01 12:44:49 jkh Exp $ # DISTNAME= mule-2.2.2 -DISTFILES= emacs-19.28.tar.gz -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ CATEGORIES+= editors -MAINTAINER= asami@FreeBSD.ORG -USE_GMAKE= yes -HAS_CONFIGURE= yes -STRIP= -CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \ - --wnn --wnn-libraries=/usr/X11R6/lib \ - --wnn-includes=/usr/X11R6/include/wnn --terminal-face -WRKSRC= ${WRKDIR}/emacs-19.28 +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +DISTFILES= emacs-19.28.tar.gz + # Use one of these if you are in Japan + # PATCHSITE= sh.wide.ad.jp:/JAPAN/mule/ # PATCHSITE= etlport.etl.go.jp:/pub/mule/ + PATCH_SITES= ftp.cs.buffalo.edu:/pub/mule/ PATCHFILES= diff-19.28-2.2.gz patch-2.2.1.gz patch-2.2.2.gz PATCH_DIST_STRIP= -p1 +MAINTAINER= asami@FreeBSD.ORG + .if !exists(/usr/X11R6/lib/libwnn.a) DEPENDS= ${PORTSDIR}/utils/Wnn .endif + +WRKSRC= ${WRKDIR}/emacs-19.28 +HAS_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \ + --wnn --wnn-libraries=/usr/X11R6/lib \ + --wnn-includes=/usr/X11R6/include/wnn --terminal-face +STRIP= + PREBUILD_COOKIE= ${.CURDIR}/work/.prebuild_done pre-build: ${PREBUILD_COOKIE} -- cgit v1.2.3