mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
17abfdbdd7
Reported by: portscout
24 lines
649 B
Makefile
24 lines
649 B
Makefile
PORTNAME= freexl
|
|
DISTVERSION= 2.0.0
|
|
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
|
|
WWW= https://www.gaia-gis.it/fossil/freexl/index
|
|
|
|
LICENSE= GPLv2+ LGPL21+ MPL11
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= libexpat.so:textproc/expat2
|
|
|
|
USES= cpe gmake iconv libtool pathfix minizip
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= ac_cv_search_locale_charset=no
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
CFLAGS+= -I${PREFIX}/include
|
|
LIBS+= -L${PREFIX}/lib
|
|
.include <bsd.port.mk>
|