summaryrefslogtreecommitdiff
path: root/textproc/xls2xml/Makefile
blob: 5fe9e0b7aebd0667859a5848b3163e7d67fddfd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	xls2xml
# Date created:				4 November 1999
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $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@FreeBSD.org

LIB_DEPENDS=	cole.2:${PORTSDIR}/textproc/cole \
		xml.5:${PORTSDIR}/textproc/libxml

USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes

.include <bsd.port.mk>