aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xlreader/Makefile
blob: 5780a294a8bff275cf7d0ad43609ad79cf365e76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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=   SF
EXTRACT_SUFX=   .tgz

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Convert .xls spread sheets to tab delimited CSV or SQL inserts

MAKE_JOBS_SAFE= yes

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>