freebsd-ports/textproc/freexl/Makefile
Yuri Victorovich 12efcafe28 textproc/freexl: Update to 1.0.5
Port changes:
* Change to DISTVERSION
* Remove CPPFLAGS/LIBS (not needed)
* Add INSTALL_TARGET for stripping

PR:		226643
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2018-03-16 06:25:31 +00:00

22 lines
523 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= freexl
DISTVERSION= 1.0.5
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
USES= gmake iconv libtool pathfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ac_cv_search_locale_charset=no
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>