12efcafe28
Port changes: * Change to DISTVERSION * Remove CPPFLAGS/LIBS (not needed) * Add INSTALL_TARGET for stripping PR: 226643 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
22 lines
523 B
Makefile
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>
|