summaryrefslogtreecommitdiff
path: root/editors/emacs/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-11 21:32:53 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-11 21:32:53 +0000
commit63017f8c4e1826d886639ce78b24649aee27b1c3 (patch)
tree5e9282b67012cf56a20530e9c6e2635cdd0fc666 /editors/emacs/Makefile
parentf0eb2ebab5308af89596dfdc6e5b3fcc723e1437 (diff)
downloadpkgsrc-63017f8c4e1826d886639ce78b24649aee27b1c3.tar.gz
Update: 19.34/FreeBSD -> 20.2/NetBSD
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r--editors/emacs/Makefile28
1 files changed, 17 insertions, 11 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index f96dbd4c15e..2c2f1c0d38a 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,32 +1,38 @@
# New ports collection makefile for: GNU emacs
-# Version required: 19.34b
-# Date created: 29 October 1994
-# Whom: jkh
+# Version required: 20.2
+# Date created: 11 October 1997
+# Whom: hubertf
#
-# $Id: Makefile,v 1.1.1.1 1997/10/11 20:54:46 hubertf Exp $
+# $Id: Makefile,v 1.2 1997/10/11 21:32:53 hubertf Exp $
#
-DISTNAME= emacs-19.34b
+DISTNAME= emacs-20.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU}
-MAINTAINER= ports@FreeBSD.ORG
+MAINTAINER= hubertf@netbsd.org
+OPSYS!= uname -s
-WRKSRC= ${WRKDIR}/emacs-19.34
+
+WRKSRC= ${WRKDIR}/emacs-20.2
+BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
+RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS= i386--freebsd --with-x-toolkit
+#USE_GMAKE= yes
+CONFIGURE_ARGS= ${MACHINE_ARCH}--netbsd --with-pop --with-x --with-x-toolkit=lucid
STRIP=
MAN1= emacs.1 etags.1 ctags.1
post-install:
-.for file in emacs-19.34 emacsclient etags ctags b2m
+.for file in emacs-20.2 emacsclient etags ctags b2m
strip ${PREFIX}/bin/${file}
.endfor
+.if (${OPSYS} != "NetBSD")
if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
-.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode
+.endif
+.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor