mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
PR: 222130 Submitted by: lbartoletti@tuxfamily.org (maintainer) MFH: 2017Q4 Security: 555cd806-b031-11e7-a369-14dae9d59f67
22 lines
554 B
Makefile
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>
|