aboutsummaryrefslogtreecommitdiff
path: root/textproc/xls2xml/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-27 02:12:34 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-27 02:12:34 +0000
commit17a34ce292fe90d778e5e3543d443624b6a04d43 (patch)
tree32c6138253de2313e4beb6df2421de0deee63e2b /textproc/xls2xml/Makefile
parent2236497d167708afa55e954057ee8c88a8e6848a (diff)
Notes
Diffstat (limited to 'textproc/xls2xml/Makefile')
-rw-r--r--textproc/xls2xml/Makefile21
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>