1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/csv2latex/Makefile
Emanuel Haupt b8689a974d - Update to 0.9.1 and therefor
- bump PORTEPOCH

PR:		94505
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-03-17 12:36:48 +00:00

33 lines
670 B
Makefile

# ex:ts=8
# Ports collection makefile for: csv2latex
# Date created: May 19, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= csv2latex
PORTVERSION= 0.9.1
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= http://brouits.free.fr/csv2latex/
DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts a well formed csv file to a LaTeX document
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
USE_GETOPT_LONG= yes
PLIST_FILES= bin/csv2latex
do-build:
cd ${WRKSRC} && \
${CC} ${CPPFLAGS} -o ${PORTNAME} ${PORTNAME}.c ${LDFLAGS}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>