aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-09 14:11:17 +0800
committerasami <asami@FreeBSD.org>1995-04-09 14:11:17 +0800
commit513df593711426d8ece76d258b3a1539fc57cebb (patch)
tree69675fdfdd3a851a710ebbdb21f44d9acc31176b /editors/emacs/Makefile
parentc3cebcd80d48bc01fbcff76ee6edcd1e29395703 (diff)
downloadfreebsd-ports-graphics-513df593711426d8ece76d258b3a1539fc57cebb.tar.gz
freebsd-ports-graphics-513df593711426d8ece76d258b3a1539fc57cebb.tar.zst
freebsd-ports-graphics-513df593711426d8ece76d258b3a1539fc57cebb.zip
Another round of Makefile updates, editors version.
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r--editors/emacs/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 5d302f44327..760ce206f8e 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -3,15 +3,16 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.12 1995/02/13 13:02:31 ats Exp $
+# $Id: Makefile,v 1.13 1995/04/01 12:44:46 jkh Exp $
#
DISTNAME= emacs-19.28
-USE_GMAKE= yes
+CATEGORIES+= editors
+MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
+
HAS_CONFIGURE= yes
-STRIP=
+USE_GMAKE= yes
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX}
-MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
-CATEGORIES+= editors
+STRIP=
.include <bsd.port.mk>