1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/freexl/Makefile
Pawel Pekala 3db55eb26f - Update to version 1.0.0h
- Add LICENSE

PR:		196223
Submitted by:	maintainer
2014-12-28 20:58:39 +00:00

23 lines
546 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= freexl
DISTVERSION= 1.0.0h
CATEGORIES= textproc
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/freexl-sources/
MAINTAINER= coder@tuxfamily.org
COMMENT= Library to extract valid data from within an Excel (.xls) spreadsheet
LICENSE= MPL GPLv2 LGPL21
LICENSE_COMB= multi
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>