diff options
Diffstat (limited to 'textproc/xls2xml/Makefile')
-rw-r--r-- | textproc/xls2xml/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile new file mode 100644 index 000000000000..d6436b16e1f2 --- /dev/null +++ b/textproc/xls2xml/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xls2xml +# Version required: 1.0.0 +# Date created: 4 November 1999 +# Whom: Maxim Sobolev <sobomax@altavista.net> +# +# $FreeBSD$ +# + +DISTNAME= xls2xml-1.0.0 +CATEGORIES= textproc +MASTER_SITES= http://arturo.directmail.org/filters/archive/ \ + http://homepages.go.com/~sobomax/filtersweb/ + +MAINTAINER= sobomax@altavista.net + +LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \ + xml.5:${PORTSDIR}/textproc/libxml + +USE_LIBTOOL= yes + +.include <bsd.port.mk> |