ports/textproc/freexl/Makefile
Guido Falsi 15bde9bd0b Update textproc/freexl to 1.0.4
PR:		222130
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
MFH:		2017Q4
Security:	555cd806-b031-11e7-a369-14dae9d59f67
2017-10-14 10:49:28 +00:00

22 lines
554 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= freexl
PORTVERSION= 1.0.4
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
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ac_cv_search_locale_charset=no
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gmake iconv libtool pathfix
USE_LDCONFIG= yes
.include <bsd.port.mk>