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 /textproc/cbedic | |
parent | 198289c971e69af8371f485d4432e56f13c91db4 (diff) | |
download | ports-9f60d38e88e6faf92fc0b1c7d8bc5c4f3c826ae7.tar.gz ports-9f60d38e88e6faf92fc0b1c7d8bc5c4f3c826ae7.zip |
Notes
Diffstat (limited to 'textproc/cbedic')
-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" |