mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
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>
|