mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
b6b1e272dd
Excel files into CSV. WWW: http://libxls.sourceforge.net/
22 lines
343 B
Makefile
22 lines
343 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libxls
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= math devel
|
|
MASTER_SITES= SF/${PORTNAME}/
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Extract Cell Data From Excel xls files
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= zip libtool
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|