mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
17a34ce292
A utility for converting MS Excel files to XML. PR: 14705 (2 of 2) Submitted by: Maxim Sobolev <sobomax@altavista.net>
22 lines
491 B
Makefile
22 lines
491 B
Makefile
# 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>
|