summaryrefslogtreecommitdiff
path: root/editors/uemacs/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-03-23 22:04:49 +0000
committertron <tron@pkgsrc.org>2000-03-23 22:04:49 +0000
commit62034bfa4c81ad6af1fa8208949c4588025b1d09 (patch)
treea1c9ce30c59e956a86e8771bb98f80e7916fb233 /editors/uemacs/Makefile
parenta08ca105dfe18565cdbb539dd5ce96d19664a148 (diff)
downloadpkgsrc-62034bfa4c81ad6af1fa8208949c4588025b1d09.tar.gz
Import "uemacs" port from FreeBSD ports collection:
A full screen editor
Diffstat (limited to 'editors/uemacs/Makefile')
-rw-r--r--editors/uemacs/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile
new file mode 100644
index 00000000000..dc8bf8ff84d
--- /dev/null
+++ b/editors/uemacs/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: MicroEmacs
+# Version required: 4.0
+# Date created: 16 Jan 1995
+# Whom: Thomas Gellekum <tg@FreeBSD.org>
+#
+# FreeBSD: ports/editors/uemacs/Makefile,v 1.14 1999/10/07 06:49:01 tg Exp
+#
+
+DISTNAME= ue400dev
+PKGNAME= uemacs-4.0
+CATEGORIES= editors
+MASTER_SITES= ftp://aquest.com/pub/uemacs400/disk2/
+
+MAINTAINER= ports@FreeBSD.org
+
+NO_WRKSUBDIR= yes
+USE_ZIP= yes
+EXTRACT_BEFORE_ARGS= -Laq
+
+post-patch:
+ @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
+
+.include <bsd.port.mk>