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