summaryrefslogtreecommitdiff
path: root/editors/asedit/Makefile
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1996-08-08 15:01:57 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1996-08-08 15:01:57 +0000
commit91f748423a8d727211ddfb27d92d8ab4ddf195ee (patch)
tree4eeadca7d15e3568bf0b75bf23903273e9dd33e8 /editors/asedit/Makefile
parentSeveral fixes/improvements :- (diff)
asedit - text editor for X/Motif
Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
Notes
Notes: svn path=/head/; revision=3547
Diffstat (limited to 'editors/asedit/Makefile')
-rw-r--r--editors/asedit/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile
new file mode 100644
index 000000000000..e022a4e3a9d7
--- /dev/null
+++ b/editors/asedit/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: asedit
+# Version required: 1.3.2
+# Date created: 28 Jul 1996
+#
+# Whom: Andreas Kohout <shanee@rabbit.augusta.de>
+#
+# $Id$
+#
+DISTNAME= asedit-1.3.2
+CATEGORIES= editors x11
+MASTER_SITES= ftp://ftp.x.org/contrib/editors/
+
+MAINTAINER= shanee@rabbit.augusta.de
+
+#REQUIRES_MOTIF= yes
+USE_X11= yes
+USE_IMAKE= yes
+XMKMF= xmkmf
+
+.include <bsd.port.mk>