summaryrefslogtreecommitdiff
path: root/editors/mule-common
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-09 06:11:17 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-09 06:11:17 +0000
commit94105bca125e0ac414db212cb79fae3d10e52321 (patch)
treeb9af2877b4d88efd6065c4540d63d5e04d0bccc2 /editors/mule-common
parentUpgrade. (diff)
Another round of Makefile updates, editors version.
Notes
Notes: svn path=/head/; revision=1308
Diffstat (limited to 'editors/mule-common')
-rw-r--r--editors/mule-common/Makefile30
1 files changed, 18 insertions, 12 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile
index 0d4b68ed540d..14e4e168918d 100644
--- a/editors/mule-common/Makefile
+++ b/editors/mule-common/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}