1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/csv2xml/Makefile
Chris Rees e68bbb362c - Stop clobbering CC (should fix clang)
- While here, remove MD5 checksum

PR:		ports/158075
Submitted by:	Niclas Zeising <niclas.zeising@gmail.com>
Approved by:	tabthorpe (co-mentor)
2011-06-23 19:16:53 +00:00

30 lines
595 B
Makefile

# 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' \
-e 's/^\(COMPILER[^g]*\)g++$$/\1${CXX}/' \
${WRKSRC}/src/Makefile \
${WRKSRC}/man/Makefile
.include <bsd.port.mk>