diff options
author | roam <roam@FreeBSD.org> | 2002-07-26 11:47:23 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2002-07-26 11:47:23 +0000 |
commit | ece7287d6a78ecd46a5e2985fa0268052f224816 (patch) | |
tree | d955fa7da0474af5edf311a4145e5b5efd33a4eb | |
parent | ee68852c44ddfdd47f290c3a78aeca697a55f707 (diff) | |
download | FreeBSD-ports-ece7287d6a78ecd46a5e2985fa0268052f224816.zip FreeBSD-ports-ece7287d6a78ecd46a5e2985fa0268052f224816.tar.gz |
Add cbedic, a console version of the textproc/kbedic dictionary.
Approved by: the maintainer of textproc/kbedic
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/cbedic/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0099b6a..81ae650 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 0000000..b334d2f --- /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" |