blob: 92a6c911981ff78cfde53c13acf812596960a49f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xls2xml
# Date created: 4 November 1999
# Whom: Maxim Sobolev <sobomax@altavista.net>
#
# $FreeBSD$
#
PORTNAME= xls2xml
PORTVERSION= 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>
|