1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/textproc/freexl/Makefile
Tijl Coosemans 819035efaf - Convert to USES=libtool pathfix
- Use CPPFLAGS/LIBS instead of CFLAGS/LDFLAGS
- Don't use locale_charset on FreeBSD 10 with converters/libiconv installed,
  always use nl_langinfo from libc instead
2014-07-04 18:52:25 +00:00

21 lines
515 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= freexl
DISTVERSION= 1.0.0g
PORTREVISION= 1
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
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>