blob: 6d78c5bb4d835117a0d666e3e3878f6394ed49ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= freexl
DISTVERSION= 1.0.5
CATEGORIES= textproc
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/freexl-sources/
MAINTAINER= lbartoletti@tuxfamily.org
COMMENT= Library to extract valid data from within an Excel (.xls) spreadsheet
LICENSE= GPLv2+ LGPL21+ MPL11
LICENSE_COMB= dual
USES= gmake iconv libtool pathfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ac_cv_search_locale_charset=no
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|