diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2002-07-26 11:47:23 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2002-07-26 11:47:23 +0000 |
commit | 9f60d38e88e6faf92fc0b1c7d8bc5c4f3c826ae7 (patch) | |
tree | 962a97e8526858a4b5f94e8f0a709171385493da | |
parent | 198289c971e69af8371f485d4432e56f13c91db4 (diff) | |
download | ports-9f60d38e88e6faf92fc0b1c7d8bc5c4f3c826ae7.tar.gz ports-9f60d38e88e6faf92fc0b1c7d8bc5c4f3c826ae7.zip |
Add cbedic, a console version of the textproc/kbedic dictionary.
Approved by: the maintainer of textproc/kbedic
Notes
Notes:
svn path=/head/; revision=63593
-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 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" |