mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
27 lines
542 B
Makefile
27 lines
542 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' ${WRKSRC}/src/Makefile ${WRKSRC}/man/Makefile
|
|
|
|
.include <bsd.port.mk>
|