freebsd-ports/textproc/freexl/Makefile
Pawel Pekala 87094a5764 - Update to version 1.0.0g [1]
- Allow staging [1]
- Fix WWW: line

PR:		ports/185608 [1]
Submitted by:	maintainer
2014-01-16 18:05:51 +00:00

25 lines
628 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= freexl
DISTVERSION= 1.0.0g
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
USE_GMAKE= yes
USES= iconv
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>