diff options
Diffstat (limited to 'textproc/cbedic/Makefile')
-rw-r--r-- | textproc/cbedic/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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" |