diff options
author | steve <steve@FreeBSD.org> | 1999-12-27 10:10:03 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-27 10:10:03 +0800 |
commit | 4f099b2db5f5a398ae434a21968b91ae41739c95 (patch) | |
tree | 15fe41549765bbfd92d5173458427436f3e5699a /textproc/cole/Makefile | |
parent | 81eb5eeb5b00c68c0d0f46c2961ddd6a69230b8b (diff) | |
download | freebsd-ports-gnome-4f099b2db5f5a398ae434a21968b91ae41739c95.tar.gz freebsd-ports-gnome-4f099b2db5f5a398ae434a21968b91ae41739c95.tar.zst freebsd-ports-gnome-4f099b2db5f5a398ae434a21968b91ae41739c95.zip |
Adding cole version 2.0.1
A free C OLE library
PR: 14705 (1 of 2)
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Diffstat (limited to 'textproc/cole/Makefile')
-rw-r--r-- | textproc/cole/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile new file mode 100644 index 000000000000..1a53290b158a --- /dev/null +++ b/textproc/cole/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: cole +# Version required: 2.0.1 +# Date created: 4 November 1999 +# Whom: Maxim Sobolev <sobomax@altavista.net> +# +# $FreeBSD$ +# + +DISTNAME= cole-2.0.1 +CATEGORIES= textproc +MASTER_SITES= http://arturo.directmail.org/filters/archive/ \ + http://homepages.go.com/~sobomax/filtersweb/ + +MAINTAINER= sobomax@altavista.net + +USE_LIBTOOL= yes + +.include <bsd.port.mk> |