aboutsummaryrefslogtreecommitdiff
path: root/editors/em/Makefile
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2001-09-17 18:14:03 +0000
committerSADA Kenji <sada@FreeBSD.org>2001-09-17 18:14:03 +0000
commitb0d1abe0825392f2b5e5eb05949e50ef012134f6 (patch)
treedc9593030f27b0343b15092f5eea5eb7b1c626eb /editors/em/Makefile
parentd29aec3965ac515426bd7588c1e3f9107ea293f4 (diff)
downloadports-b0d1abe0825392f2b5e5eb05949e50ef012134f6.tar.gz
ports-b0d1abe0825392f2b5e5eb05949e50ef012134f6.zip
Add new port: MicroEmacs 4.0/PK-TOY
uEmacs/PK 4.0 is full screen editor based on MicroEMACS 3.9e. PR: ports/24747 Submitted by: Tadashi Yumoto <yumoto@mail.forks.co.jp>
Notes
Notes: svn path=/head/; revision=47919
Diffstat (limited to 'editors/em/Makefile')
-rw-r--r--editors/em/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/em/Makefile b/editors/em/Makefile
new file mode 100644
index 000000000000..55849b2cd1cc
--- /dev/null
+++ b/editors/em/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: MicroEmacs/PK-TOY 4.0.16
+# Date created: 27 Jan 2001
+# Whom: Tadashi Yumoto
+#
+# $FreeBSD$
+#
+
+PORTNAME= em
+PORTVERSION= 4.0.16
+CATEGORIES= editors
+MASTER_SITES= http://www3.famille.ne.jp/~ncc1701/em/
+DISTNAME= em-4.0.16-lt
+
+MAINTAINER= ports@FreeBSD.org
+
+post-install:
+ strip ${PREFIX}/bin/em
+
+.include <bsd.port.mk>