2013-07-08 18:42:15 +00:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
2005-06-29 15:29:10 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xlreader
|
|
|
|
PORTVERSION= 0.9.0
|
|
|
|
CATEGORIES= textproc
|
2009-08-22 00:37:17 +00:00
|
|
|
MASTER_SITES= SF
|
2005-06-29 15:29:10 +00:00
|
|
|
|
2005-10-06 11:57:11 +00:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2005-06-29 15:29:10 +00:00
|
|
|
COMMENT= Convert .xls spread sheets to tab delimited CSV or SQL inserts
|
|
|
|
|
2014-11-29 20:22:07 +00:00
|
|
|
USES= tar:tgz
|
|
|
|
|
2005-06-29 15:29:10 +00:00
|
|
|
PLIST_FILES= bin/xlreader
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|-L/usr/local/lib||; s|^CFLAGS=.*||; s|gcc|${CC}|' \
|
|
|
|
${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
do-install:
|
2013-10-22 21:51:59 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
2005-06-29 15:29:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|