aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/csv2xml/Makefile
blob: f0e7ceb70229b01d45a4dff2f9dc3edcd00566f8 (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
# New ports collection makefile for:    csv2xml
# Date created:             13 November 2004
# Whom:                 Jacob Rhoden <jacob@dominoid.org>
#
# $FreeBSD$
#

PORTNAME=   csv2xml
PORTVERSION=    0.6
CATEGORIES= textproc
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    A simple but effective csv to xml converter

USE_BZIP2=  yes

MAN1=       csv2xml.1
MANCOMPRESSED=  yes
PLIST_FILES=    bin/csv2xml
MAKE_ARGS=  FLAGS="${CXXFLAGS}"

post-patch:
    @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/src/Makefile ${WRKSRC}/man/Makefile

.include <bsd.port.mk>