aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/cbedic/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 0099b6a0b9f6..81ae65049f24 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -13,6 +13,7 @@
SUBDIR += british-ispell
SUBDIR += c2html
SUBDIR += catdoc
+ SUBDIR += cbedic
SUBDIR += cdif
SUBDIR += cdiff
SUBDIR += chpp
diff --git a/textproc/cbedic/Makefile b/textproc/cbedic/Makefile
new file mode 100644
index 000000000000..b334d2f7ca6f
--- /dev/null
+++ b/textproc/cbedic/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: cbedic
+# Date created: 15 April 2002
+# Whom: Peter Pentchev <roam@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cbedic
+PORTVERSION= 1.2
+CATEGORIES= textproc
+
+MAINTAINER= todorov_bg@gmx.net
+
+MASTERDIR= ${.CURDIR}/../kbedic
+
+CONSOLE_VER= yes
+
+.include "${MASTERDIR}/Makefile"