mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
30 lines
679 B
Makefile
30 lines
679 B
Makefile
# New ports collection makefile for: xlreader
|
|
# Date created: 25 Jun 2005
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xlreader
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.giffin.org/download/ \
|
|
http://critical.ch/distfiles/ \
|
|
http://energy.critical.ch/distfiles/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Convert .xls spread sheets to tab delimited CSV or SQL inserts
|
|
|
|
PLIST_FILES= bin/xlreader
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|-L/usr/local/lib||; s|^CFLAGS=.*||; s|gcc|${CC}|' \
|
|
${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|