summaryrefslogtreecommitdiff
path: root/misc/elscreen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/elscreen/Makefile')
-rw-r--r--misc/elscreen/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile
new file mode 100644
index 000000000000..115b30c8d389
--- /dev/null
+++ b/misc/elscreen/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: elscreen
+# Date created: 27 May 2002
+# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= elscreen
+PORTVERSION= 1.2.2
+CATEGORIES= misc elisp
+MASTER_SITES= ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/%SUBDIR%/
+MASTER_SITE_SUBDIR= . old
+
+MAINTAINER= yoichi@FreeBSD.org
+
+EMACS_PORT_NAME?= emacs21
+.if (${EMACS_PORT_NAME} == "emacs21")
+DEPPORT_SUFFIX=
+.else
+DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
+.endif
+
+RUN_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX}
+
+EMACS_NO_BUILD_DEPENDS= YES
+NO_BUILD= YES
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/elscreen.el ${PREFIX}/${EMACS_SITE_LISPDIR}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+.include <bsd.port.mk>